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>
|
|
|
<view class="header"></view>
|
|
|
<view class="contentContainer">
|
|
|
<view class="content">
|
|
|
<view class="progressInfo" wx:for="{{child}}" wx:key="index">
|
|
|
<text class="type">{{item.title}}</text>
|
|
|
<view class="progress-box">
|
|
|
<progress percent="{{item.change_score}}" stroke-width="13" activeColor="#d0d0d0" backgroundColor="#fff"/>
|
|
|
</view>
|
|
|
<text class="type">{{item.change_score}}分</text>
|
|
|
</view>
|
|
|
<view class="footer_btn">
|
|
|
<button class="share" open-type="share">分享好友</button>
|
|
|
<view class="finish" bindtap="seeResult">体质判定结果</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
<button class="zixun" open-type='contact' >
|
|
|
<image src="../img/zixun.png"></image>
|
|
|
</button>
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|