index.wxml 1.6 KB

1
  1. <view><van-tabs bind:input="__e" vue-id="3a407dac-1" value="{{active}}" data-event-opts="{{[['^input',[['__set_model',['','active','$event',[]]]]]]}}" data-com-type="wx" bind:__l="__l" vue-slots="{{['default']}}"><block wx:for="{{menu}}" wx:for-item="item" wx:for-index="key"><van-tab vue-id="{{('3a407dac-2-'+key)+','+('3a407dac-1')}}" name="{{key}}" title="{{item.name}}" data-com-type="wx" bind:__l="__l" vue-slots="{{['default']}}"><scroll-view class="floor-list" style="height:95vh;" scroll-top="{{scrollTop}}" scroll-y="true" refresher-enabled="true" data-event-opts="{{[['scroll',[['scroll',['$event']]]],['scrolltoupper',[['upper',['$event']]]],['scrolltolower',[['lower',['$event']]]]]}}" bindscroll="__e" bindscrolltoupper="__e" bindscrolltolower="__e"><view data-event-opts="{{[['tap',[['goDetail']]]]}}" class="cart-list" bindtap="__e"><view class="topTip"><view><image style="width:50rpx;height:50rpx;vertical-align:middle;background-color:#007AFF;" src></image><label style="padding-left:16rpx;" class="_span">华南酒店</label></view><view style="color:#D9332E;font-size:24rpx;">已取消</view></view><view class="shoplist" style="background-color:#fff;"><view><van-card vue-id="{{('3a407dac-3-'+key)+','+('3a407dac-2-'+key)}}" title-class="changewidth" price-class="priceClass" price="10.00" desc="描述信息" title="商品标题" thumb="https://gd3.alicdn.com/imgextra/i3/0/O1CN01IiyFQI1UGShoFKt1O_!!0-item_pic.jpg_400x400.jpg" data-com-type="wx" bind:__l="__l"></van-card></view></view><view class="topTip"><view style="font-size:28rpx;">合计:50</view><view class="deleChange">删除</view></view></view></scroll-view></van-tab></block></van-tabs></view>