mrr.sj.front/unpackage/dist/dev/mp-weixin/pages/wallet/wallet.wxml

1 line
4.4 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<view class="wallet-page"><custom-navbar vue-id="ce6f9bc0-1" title="我的钱包" showBack="{{true}}" titleColor="#fff" backgroundColor="transparent" borderBottom="none" leftImg="https://mrrplus.oss-cn-beijing.aliyuncs.com/photo/system/d37f08d8-4399-4a5b-ba17-e7675c905b4b" bind:__l="__l"></custom-navbar><view class="wallet-content"><view class="wallet-content-title"><view class="wallet-content-title-text1">总金额 <text>(元)</text></view><view class="wallet-content-title-text2"><image class="wallet-content-title-icon" src="/static/images/wallet/wallet.png"></image> 总金额=可提现金额+提现中金额 </view></view><view class="wallet-content-price">{{''+(userInfo.money?$root.m0:"0.00")+''}}</view><view class="wallet-content-cash"><view class="wallet-content-cash-left" style="width:50%;"><view class="wallet-content-cash-title">可提现<text>(元)</text></view><view class="wallet-content-cash-left-text">{{userInfo.usable_money?$root.m1:"0.00"}}</view></view><view class="wallet-content-cash-right"><view class="wallet-content-cash-title"> 提现中<text>(元)</text><image class="wallet-content-cash-title-icon" src="/static/images/wallet/tip.png" data-event-opts="{{[['tap',[['openTip',['$event']]]]]}}" bindtap="__e"></image></view><view class="wallet-content-cash-right-text">{{''+(userInfo.other_money?$root.m2:"0.00")+''}}</view></view></view><view data-event-opts="{{[['tap',[['goCash',['$event']]]]]}}" class="wallet-content-btn" bindtap="__e">去提现</view></view><view class="wallet-detail"><scroll-view class="wallet-detail-tabs" scroll-x="{{true}}" show-scrollbar="{{false}}"><view data-event-opts="{{[['tap',[['changeTab',[0]]]]]}}" class="{{['wallet-detail-line','walletDetailTab',[(tabsIndex==0)?'tabActive':'']]}}" bindtap="__e">余额变动 </view><view data-event-opts="{{[['tap',[['changeTab',[1]]]]]}}" class="{{['walletDetailTab',[(tabsIndex==1)?'tabActive':'']]}}" bindtap="__e">提现记录 </view></scroll-view><view class="wallet-detail-content"><common-list scoped-slots-compiler="augmented" class="vue-ref" vue-id="ce6f9bc0-2" apiUrl="{{tabsList[tabsIndex].url}}" listScrollHeight="{{'calc(100vh - '+(statusBarHeight*2+820)+'rpx)'}}" data-ref="groupRef" bind:__l="__l" vue-slots="{{['listData','empty']}}"><view class="lists" slot="listData" wx:if="{{$root.m3}}"><block wx:for="{{$root.l0}}" wx:for-item="item" wx:for-index="index" wx:key="index"><block wx:if="{{tabsIndex==0}}"><view class="lists-item" style="{{'border-bottom:'+(item.m4)+';'+('padding-bottom:'+('20rpx')+';')}}"><view class="lists-item-title">{{item.m5}}</view><view class="lists-item-content"><view class="lists-item-text1">{{item.$orig.order_num}}</view><view class="lists-item-text2">{{(item.$orig.inorde==1?"+":"-")+item.$orig.money+''}}</view></view><view class="lists-item-content"><view class="lists-item-text1">{{item.$orig.add_time}}</view><view class="lists-item-text1">{{"余额:"+item.m6}}</view></view></view></block></block><block wx:for="{{$root.l1}}" wx:for-item="item" wx:for-index="index" wx:key="index"><block wx:if="{{tabsIndex==1}}"><view data-event-opts="{{[['tap',[['e0',['$event']]]]]}}" data-event-params="{{({item:item.$orig})}}" class="lists-item" style="{{'border-bottom:'+(item.m7)+';'+('padding-bottom:'+('20rpx')+';')}}" bindtap="__e"><view class="lists-item-title">{{''+item.$orig.cash_outbizno+''}}</view><view class="lists-item-content"><view class="lists-item-text1">提现状态</view><view class="lists-item-text3">{{item.m8}}</view></view><view class="lists-item-content"><view class="lists-item-text1">{{item.$orig.cash_add_time}}</view><view class="lists-item-text1">{{"金额:"+item.$orig.cash_money}}</view></view></view></block></block></view><no-data vue-id="{{('ce6f9bc0-3')+','+('ce6f9bc0-2')}}" slot="empty" bind:__l="__l"></no-data></common-list></view></view><uni-popup class="vue-ref" vue-id="ce6f9bc0-4" mask-background-color="rgba(0,0,0,0.5)" data-ref="popup" bind:__l="__l" vue-slots="{{['default']}}"><view class="popup-content"><view class="popup-content-title"> 温馨提示 </view><view class="popup-content-text"> 提交申请后提现的金额将会在最多5个工作日内到账 </view><view data-event-opts="{{[['tap',[['closeTip',['$event']]]]]}}" class="popup-content-btn" bindtap="__e"> 好的 </view></view></uni-popup><cash-pop bind:input="__e" vue-id="ce6f9bc0-5" cashObj="{{cashObj}}" value="{{popShow}}" data-event-opts="{{[['^input',[['__set_model',['','popShow','$event',[]]]]]]}}" bind:__l="__l"></cash-pop></view>