myjslis.wxml 1.1 KB

1
  1. <view class="content"><block wx:if="{{list.length>0}}"><view class="list-top flex"><view class="list-left">规格</view><view class="list-mid">预估价格</view><view class="list-right">操作</view></view></block><view class="jg"></view><scroll-view class="scroll-wrap" style="{{'height:'+(height)+';'}}" scroll-y="true" data-event-opts="{{[['scrolltolower',[['getList',['$event']]]]]}}" bindscrolltolower="__e"><block wx:for="{{list}}" wx:for-item="item" wx:for-index="__i0__"><view class="list-box"><view class="list-item flex list-top"><view class="list-left clamp">长:<text>{{item.long*1}}</text>宽:<text>{{item.wide*1}}</text>高:<text>{{item.high*1}}</text></view><view class="list-mid"><text>{{"¥"+item.price*1}}</text></view><view class="list-right flex"><view data-event-opts="{{[['tap',[['navto',['/pages/user/jsxq?id='+item.id+'&price='+item.price+'&weight='+item.weight+'&long='+item.long+'&wide='+item.wide+'&high='+item.high+'&iswarm='+item.is_warm]]]]]}}" class="xq btn" bindtap="__e">详情</view></view></view></view></block><uni-load-more vue-id="bcc98de0-1" status="{{loadingType}}" bind:__l="__l"></uni-load-more></scroll-view></view>