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="main-box flex"><view class="money-box"><view class="money">{{userInfo.ref_number||'0'}}</view><view>我的推广人数</view></view><view class="money-box"><view class="money">{{userInfo.ref_numbers||'0'}}</view><view>团队分享人数</view></view></view></view><swiper class="swiper-box" style="{{'height:'+(maxheight)+';'}}" current="{{tabCurrentIndex}}" duration="300" disable-touch="{{true}}"><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" style="{{'height:'+(maxheight)+';'}}" scroll-y="{{true}}" data-event-opts="{{[['scrolltolower',[['loadData',['$event']]]]]}}" bindscrolltolower="__e"><block wx:if="{{tabItem.g0}}"><empty vue-id="{{'194a068e-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"><view class="title-name clamp2">{{item.nickname+''}}</view></view><view class="time"><text>{{item.user_level.name}}</text></view><view class="time"><text>{{item.time}}</text></view></view></view></view></block><uni-load-more vue-id="{{'194a068e-2-'+tabIndex}}" status="{{tabItem.$orig.loadingType}}" bind:__l="__l"></uni-load-more></scroll-view></swiper-item></block></swiper></view>
|