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.
48 lines
2.0 KiB
48 lines
2.0 KiB
<!--pages/withdrawal/balance/index.wxml-->
|
|
<wxs module="formate" src="../../../pages/formate.wxs"></wxs>
|
|
<view class="topArea">
|
|
<view class="topHeadArea">
|
|
<view class="topHeadAreaLeft" id="toRt" bindtap="toPage">
|
|
<image class="dhImg" src="/assets/myinfo/rtWhite.png"></image>
|
|
</view>
|
|
<view class="topText">我的钱包</view>
|
|
</view>
|
|
<view>
|
|
<image class="vipBjImg2" src="/assets/myinfo/vipTopBj.png"></image>
|
|
</view>
|
|
<view class="midArea">
|
|
<view class="view1">我的余额(元)</view>
|
|
<view class="view2">{{formate.numberFormat(accountMoney)}}</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/bank/vindex/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="bg-white" style="padding: 48rpx;border-bottom:2rpx solid #eee">
|
|
<view class="text-black text-sg">我的余额(元)</view>
|
|
<view class="text-black text-sl text-price" style="margin-top:12rpx">{{formate.numberFormat(accountMoney)}}</view>
|
|
</view>
|
|
<wux-cell-group>
|
|
<wux-cell title="可提现金额:¥{{formate.numberFormat(frozenMoney)}}">
|
|
<view slot="header" class="cuIcon-info text-black" style="font-size:20px;margin-right:12rpx"></view>
|
|
</wux-cell>
|
|
</wux-cell-group>
|
|
|
|
<view style="height:18rpx"></view>
|
|
<wux-cell-group>
|
|
<wux-cell title="提现" is-link url="/pages/withdrawal/vcheckout/index">
|
|
<view slot="header" class="cuIcon-sponsor text-black" style="font-size:20px;margin-right:12rpx"></view>
|
|
</wux-cell>
|
|
<wux-cell title="银行卡" is-link url="/pages/bank/vindex/index">
|
|
<view slot="header" class="cuIcon-vipcard text-black" style="font-size:20px;margin-right:12rpx"></view>
|
|
</wux-cell>
|
|
</wux-cell-group> -->
|