体质测试
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.
 
tizhiceshi/page/begin/begin.wxml

25 lines
723 B

<!--pages/home/home.wxml-->
<!-- <text>pages/home/home.wxml</text> -->
<view style="width: 100%">
<view class="titleContainer">
<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主要起草单位:北京中医药大学
</text>
</view>
<view class="footer_btn" bindtap='jump'>
立即开始
</view>
<button class="zixun" open-type='contact' >
    <image src="../img/zixun.png"></image>
  </button>
</view>