You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
1.3 KiB
32 lines
1.3 KiB
<wxs module="formate" src="../../../pages/formate.wxs"></wxs>
|
|
<view class="topArea">
|
|
<view class="topHeadArea"></view>
|
|
<view>
|
|
<image class="vipBjImg2" src="/assets/myinfo/vipTopBj.png"></image>
|
|
</view>
|
|
<view class="midArea" style="top:{{CustomBar + 10}}px">
|
|
<view class="view1">我的余额(元)</view>
|
|
<view class="view2">{{formate.numberFormat(accountMoney)||0.00}}</view>
|
|
<view class="view3">提现中的金额:{{formate.numberFormat(frozenMoney)}}</view>
|
|
<view class="view4" id="toTx" bindtap="toPage"><button class="view4Btr">提现</button></view>
|
|
</view>
|
|
|
|
<view class="bottomView">
|
|
<wux-cell-group>
|
|
<wux-cell title="银行卡" is-link url="/pages/withdrawal/bank-list/index">
|
|
<view slot="header" class="cuIcon-vipcard text-black" style="font-size:20px;margin-right:12rpx"></view>
|
|
</wux-cell>
|
|
</wux-cell-group>
|
|
</view>
|
|
</view>
|
|
|
|
<view class="cu-custom" style="height:{{CustomBar}}px;z-index: 99;">
|
|
<view class="cu-bar fixed" style="height:{{CustomBar}}px;padding-top:{{StatusBar}}rpx;border-bottom:none">
|
|
<view id="toRt" class="action" bindtap="toPage">
|
|
<text class="weui_goback" style="color:white"></text>
|
|
</view>
|
|
<view class="content" style="top:{{StatusBar}}rpx;color:black;font-size:36rpx">
|
|
<view slot="content" class="text-white">我的钱包</view>
|
|
</view>
|
|
</view>
|
|
</view>
|