1 |
- <view class="content"><view class="content-money"><view class="content-money"><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/userBg.png" mode></image></view><view class="money-box"><view class="money">{{userInfo.now_money||0}}</view><view>余额</view></view><view class="moneybtn-box"><view class="money-btn" style="text-decoration:underline;"></view><view data-event-opts="{{[['tap',[['navto',['/pages/money/recharge']]]]]}}" class="money-btn" bindtap="__e">余额充值<image class="money-img" src="../../static/img/img45.png" mode></image></view></view></view></view><view class="info-box flex"><view class="shu"></view><view class="info-item"><view class="info-font">累计收入</view><view class="info-num">{{sr}}</view></view><view class="shu"></view><view class="info-item"><view class="info-font">累计支出</view><view class="info-num">{{zc}}</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)+';'}}" 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="{{'27d73322-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.mark}}</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="{{'27d73322-2-'+tabIndex}}" status="{{tabItem.$orig.loadingType}}" bind:__l="__l"></uni-load-more></scroll-view></swiper-item></block></swiper></view>
|