1 line
1.9 KiB
Plaintext
1 line
1.9 KiB
Plaintext
<view class="container data-v-4df278e9"><block wx:for="{{listData}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="slide-box data-v-4df278e9"><view data-event-opts="{{[['touchstart',[['touchStart',['$event',index]]]],['touchend',[['touchEnd',['$event',index]]]],['touchmove',[['touchMove',['$event',index]]]],['tap',[['recover',[index]]]]]}}" class="slide-list data-v-4df278e9" style="{{'transform:'+('translate3d('+item.slide_x+'px, 0, 0)')+';'}}" bindtouchstart="__e" bindtouchend="__e" bindtouchmove="__e" bindtap="__e"><view class="now-message-info data-v-4df278e9" style="{{'width:'+(windowWidth+'px')+';'}}" hover-class="uni-item--hover" data-event-opts="{{[['tap',[['clickItemMethod',['$0'],[[['listData','',index]]]]]]]}}" bindtap="__e"><view class="list data-v-4df278e9"><view class="{{['item','data-v-4df278e9',type!=1?'leftChild':'']}}"><view class="time data-v-4df278e9"><icon class="t-icon t-icon-shijian-mianxing-0 data-v-4df278e9"></icon><text class="data-v-4df278e9">{{item.createtime}}</text></view><view class="data-v-4df278e9">{{item.weight}}<text class="data-v-4df278e9">体重</text></view><view class="data-v-4df278e9">{{item.bmi}}<text class="data-v-4df278e9">BMI</text></view><view class="data-v-4df278e9">{{item.fat_r}}<text class="data-v-4df278e9">脂肪率</text></view><icon class="iconfont icon-arrow-right data-v-4df278e9"></icon></view></view></view><view class="group-btn data-v-4df278e9"><block wx:for="{{button}}" wx:for-item="value" wx:for-index="key" wx:key="key"><view data-event-opts="{{[['tap',[['clickMethod',['$0'],[[['listData','',index]]]]]]]}}" class="btn-div data-v-4df278e9" style="{{'background:'+(value.background)+';'}}" bindtap="__e">{{''+value.title+''}}</view></block></view><view style="clear:both;" class="data-v-4df278e9"></view></view><block wx:if="{{border}}"><view class="list-item-border data-v-4df278e9"></view></block></view></block></view> |