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">{{userInfo.brokerage_price||0}}</view><view>我的佣金</view></view><view class="moneybtn-box"><view class="money-btn"></view><view data-event-opts="{{[['tap',[['navto',['/pages/user/withdrawal']]]]]}}" class="money-btn" bindtap="__e">佣金提现</view></view></view><view class="info-box flex"><view class="info-item"><view class="info-font">累计收入</view><view class="info-num">{{recharge||'0'}}</view></view><view class="shu"></view><view class="info-item"><view class="info-font">累计支出</view><view class="info-num">{{orderStatusSum||'0'}}</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:'+(height)+';'}}" 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" scroll-y="true" data-event-opts="{{[['scrolltolower',[['loadData',['$event']]]]]}}" bindscrolltolower="__e"><block wx:if="{{tabItem.loaded===true&&tabItem.orderList.length===0}}"><empty vue-id="{{'8819e118-1-'+tabIndex}}" bind:__l="__l"></empty></block><view><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"><view class="title"><text>{{item.mark}}</text></view><view class="time"><text>{{item.create_time}}</text></view></view><view class="money"><view>{{(item.pm==0?'-':'+')+item.number}}</view></view></view></block></view><block wx:if="{{!(tabItem.orderList.length==0&&tabItem.loaded)}}"><uni-load-more vue-id="{{'8819e118-2-'+tabIndex}}" status="{{tabItem.loadingType}}" bind:__l="__l"></uni-load-more></block></scroll-view></swiper-item></block></swiper></view>
|