You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
<!--pages/home/home.wxml-->
|
|
|
<!-- <text>pages/home/home.wxml</text> -->
|
|
|
<view style="width: 100%">
|
|
|
<view class="titleContainer">
|
|
|
<view class="title">中医体质辨识专业版</view>
|
|
|
<view class="subtitle">人以健康为本 健康以体质为本</view>
|
|
|
<!-- <image src="../img/title.png"></image> -->
|
|
|
</view>
|
|
|
|
|
|
<view class="centerPic">
|
|
|
<image src="../img/center.png"></image>
|
|
|
<image src="../img/centerPic.png" class="inPic"></image>
|
|
|
</view>
|
|
|
<view class="textNum">总测试数:{{total}}</view>
|
|
|
<view class="noticeInfo">
|
|
|
<text>依据标准:《中医体质分类与判定》\n标准颁布:中华中医药学会\n起草单位:北京中医药大学</text>
|
|
|
</view>
|
|
|
<view class="footer_btn" bindtap='jump'>
|
|
|
立即开始
|
|
|
</view>
|
|
|
<button class="zixun" open-type='contact' >
|
|
|
<image src="../img/zixun.png"></image>
|
|
|
</button>
|
|
|
</view>
|
|
|
|
|
|
|