team.wxml 1.6 KB

1
  1. <view class="content"><view class="content-money"><view class="status_bar"></view><view class="money-box"><view class="money-frame"><view class="money_num"><text class="money_ren">共</text>{{''+(all||'0')+''}}<text class="money_ren">人</text></view></view></view></view><swiper class="swiper-box" style="{{'height:'+(maxheight)+';'}}" current="{{tabCurrentIndex}}" duration="300" data-event-opts="{{[['change',[['changeTab',['$event']]]]]}}" bindchange="__e"><block wx:for="{{navList}}" wx:for-item="tabItem" wx:for-index="tabIndex" wx:key="tabIndex"><swiper-item class="tab-content"><scroll-view class="list-scroll-content" style="{{'height:'+(maxheight)+';'}}" scroll-y="{{true}}" data-event-opts="{{[['scrolltolower',[['loadData',['$event']]]]]}}" bindscrolltolower="__e"><block wx:if="{{tabItem.loaded===true&&tabItem.orderList.length===0}}"><empty vue-id="{{'194a068e-1-'+tabIndex}}" bind:__l="__l"></empty></block><block wx:for="{{tabItem.orderList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="order-item flex"><view class="title-box flex_item"><view class="title-avatar"><image src="{{item.avatar}}"></image></view><view class="list_tpl"><view class="title"><view class="title-name clamp">{{item.nickname}}</view></view><view class="time"><text>{{item.phone}}</text></view></view><view class="money"><text>{{item.numberCount==null?'未购买':item.numberCount+'元'}}</text></view></view></view></block><uni-load-more vue-id="{{'194a068e-2-'+tabIndex}}" status="{{tabItem.loadingType}}" bind:__l="__l"></uni-load-more></scroll-view></swiper-item></block></swiper></view>