1 |
- <view class="content"><view class="content-money"><view class="status_bar"></view><view class="body-title"><view data-event-opts="{{[['tap',[['toBack',['$event']]]]]}}" class="goback-box" bindtap="__e"><image class="goback" src="../../static/icon/fanhui.png" mode></image></view><view class="header">我的推广</view></view><view class="content-bg"><image src="../../static/img/tg-bg.png" mode></image></view><view class="money-box"><view class="money">{{all||'0'}}</view><view>我的推广人数</view></view><block wx:if="{{order*1>0}}"><view class="money-box" style="padding-top:20rpx;"><view>{{"直推:"+zt_order+"单"}}</view><view>{{"间推:"+jt_order+"单"}}</view></view></block></view><view class="flex buttom-box"><view data-event-opts="{{[['tap',[['tabClick',[0]]]]]}}" class="buttom" bindtap="__e"><view class="money">{{all||0}}</view><text class="{{['text',(tabCurrentIndex===0)?'current':'']}}">一级推广</text></view><view data-event-opts="{{[['tap',[['tabClick',[1]]]]]}}" class="buttom" bindtap="__e"><view class="money">{{totalLevel||0}}</view><text class="{{['text',(tabCurrentIndex===1)?'current':'']}}">二级推广</text></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.time}}</text></view></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>
|