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/identificationTwo/identificationTwo.wxml-->
|
|
|
|
|
<view>
|
|
|
|
|
<view class="header"></view>
|
|
|
|
|
<view class="contentContainer">
|
|
|
|
|
<view class="content">
|
|
|
|
|
<view class="headInfo">
|
|
|
|
|
<text class="tizhitype">您的体质为</text>
|
|
|
|
|
<view class="NumPic">
|
|
|
|
|
<text class="testNum">测试得分</text>
|
|
|
|
|
<view>
|
|
|
|
|
<canvas-ring id="canvasRing" value="{{detail.score}}" canvasWidth="60" lineWidth="10" lineColor="#FA683D" title=""></canvas-ring>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="typeDetail">
|
|
|
|
|
{{detail.desc_text}}
|
|
|
|
|
</view>
|
|
|
|
|
<view class="typeDetail">
|
|
|
|
|
{{detail.pianpo_text}}
|
|
|
|
|
</view>
|
|
|
|
|
<view class="typeDetail">
|
|
|
|
|
{{detail.qinxiang_text}}
|
|
|
|
|
</view>
|
|
|
|
|
<view class="typeContent">
|
|
|
|
|
<view class="getDetailsInfo" wx:for="{{child}}">
|
|
|
|
|
<text style="color:#209f84">{{item.title}}</text>
|
|
|
|
|
<text style="color:#212121" bindtap="goAnalyseDetail" data-testcate_id="{{item.testcate_id}}">体质分析及调理方案</text>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="getMoreBtn" bindtap="goOther">
|
|
|
|
|
获取更优调理方案
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<view class="footer_btn">
|
|
|
|
|
<view class="btn" bindtap="testAgin">再测一次</view>
|
|
|
|
|
<button class="btn" open-type="share">分享朋友</button>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
<button class="zixun" open-type='contact' >
|
|
|
|
|
<image src="../img/zixun.png"></image>
|
|
|
|
|
</button>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|