award.wxml 1.7 KB

1
  1. <view class="content"><view class="content-money"><view class="money-box"><view class="money"><text>¥</text>{{''+$root.f0+''}}</view></view></view><view class="navbar"><block wx:for="{{navList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view data-event-opts="{{[['tap',[['tabClick',[index]]]]]}}" class="{{['nav-item',(tabCurrentIndex===index)?'current':'']}}" bindtap="__e">{{item.text}}</view></block></view><swiper class="swiper-box" style="{{'height:'+(maxheight+'px')+';'}}" current="{{tabCurrentIndex}}" duration="300" data-event-opts="{{[['change',[['changeTab',['$event']]]]]}}" bindchange="__e"><block wx:for="{{$root.l0}}" wx:for-item="tabItem" wx:for-index="tabIndex" wx:key="tabIndex"><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="{{tabItem.g0}}"><empty vue-id="{{'071dcf63-1-'+tabIndex}}" bind:__l="__l"></empty></block><block wx:for="{{tabItem.$orig.orderList}}" wx:for-item="item" wx:for-index="index" wx:key="index"><view class="order-item flex"><view class="title-box"><view class="title"><text>{{item.title}}</text></view><view class="time"><text>{{item.add_time}}</text></view></view><view class="money"><text>{{(item.pm==0?'-':'+')+item.number}}</text></view></view></block><uni-load-more vue-id="{{'071dcf63-2-'+tabIndex}}" status="{{tabItem.$orig.loadingType}}" bind:__l="__l"></uni-load-more></scroll-view></swiper-item></block></swiper><block wx:if="{{money*1>0}}"><view data-event-opts="{{[['tap',[['navto',['/pages/money/withdrawal']]]]]}}" class="moneyTx" bindtap="__e">立即提现</view></block></view>