cart.wxml 955 B

1
  1. <view class="container"><swiper class="swiper-box" duration="300" data-event-opts="{{[['change',[['changeTab',['$event']]]]]}}" bindchange="__e"><swiper-item class="tab-content"><scroll-view class="list-scroll-content" scroll-y="{{true}}" data-event-opts="{{[['scrolltolower',[['loadData',['$event']]]]]}}" bindscrolltolower="__e"><block wx:if="{{loadingType===true&&list.length===0}}"><empty vue-id="1775f8c0-1" bind:__l="__l"></empty></block><view data-event-opts="{{[['tap',[['ToDetail',[1]]]]]}}" class="order-item" bindtap="__e"><view class="list-cell"><image class="image" src="../../static/img/personal.jpg"></image><view class="list-tpl">个人报名</view></view></view><view data-event-opts="{{[['tap',[['ToDetail',[2]]]]]}}" class="order-item" bindtap="__e"><view class="list-cell"><image class="image" src="../../static/img/group.jpg"></image><view class="list-tpl">团队报名</view></view></view></scroll-view></swiper-item></swiper></view>