体质测试
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/my/my.wxml

63 lines
2.0 KiB

<view>
<view class="myHeader">
<view class="avator">
<view class="image">
<image src="{{userInfo.avatar}}" ></image>
</view>
<text class="logStatus">{{userInfo.username}}</text>
</view>
</view>
<view class="my">
<view class="grade">
<view class="totalGrade">体质分数 {{lastscore}}分</view>
<view class="averageGrade">全体测试平均分 {{average}}分</view>
</view>
<view class="formLayout">
<view class="formitem" bindtap="goTestHistory">
<view class="formItemInfo">
<image src="../img/my1.png"></image>
<text>测试历史</text>
</view>
<view class="arrow">
<image src="../img/arrow.png"></image>
</view>
</view>
<view class="formitem" bindtap="goGradeOrder">
<view class="formItemInfo">
<image src="../img/my2.png"></image>
<text>体质排行</text>
</view>
<view class="arrow">
<image src="../img/arrow.png"></image>
</view>
</view>
<view class="formitem" bindtap="goConstitutionAnalyse">
<view class="formItemInfo">
<image src="../img/my3.png"></image>
<text>调理推荐</text>
</view>
<view class="arrow">
<image src="../img/arrow.png"></image>
</view>
</view>
<view class="formitem">
<button class="formItemInfo online" open-type='contact'>
<image src="../img/my4.png"></image>
<text>在线客服</text>
</button>
<view class="arrow">
<image src="../img/arrow.png"></image>
</view>
</view>
<view class="formitem lastItem" bindtap="sharePage">
<view class="formItemInfo">
<image src="../img/share.png"></image>
<text>分享报告列表</text>
</view>
<view class="arrow">
<image src="../img/arrow.png"></image>
</view>
</view>
</view>
</view>
</view>