| 1 |
- <view class="content"><view class="content-money"><view class="money-box"><view class="money-frame"><view class="money_num">{{''+(userInfo.spread_count||'0')+''}}<text class="money_ren">人</text></view></view></view><view class="flex buttom-box"><view data-event-opts="{{[['tap',[['tabClick',[0]]]]]}}" class="buttom" bindtap="__e"><view class="money">{{total||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></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="{{'0908a1c1-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 flex_item"><view class="title-avatar"><image src="{{item.avatar}}"></image></view><view class="list_tpl"><view class="title"><text>{{item.nickname}}</text></view><view class="time"><text>{{item.spread_time}}</text></view></view></view></view></block><uni-load-more vue-id="{{'0908a1c1-2-'+tabIndex}}" status="{{tabItem.$orig.loadingType}}" bind:__l="__l"></uni-load-more></scroll-view></swiper-item></block></swiper></view>
|