|
|
|
@ -1,4 +1,3 @@ |
|
|
|
<!--pages/withdrawal/balance/index.wxml--> |
|
|
|
<wxs module="formate" src="../../../pages/formate.wxs"></wxs> |
|
|
|
|
|
|
|
<view class="topArea"> |
|
|
|
@ -15,7 +14,7 @@ |
|
|
|
|
|
|
|
<view class="bottomView"> |
|
|
|
<wux-cell-group> |
|
|
|
<wux-cell title="银行卡" is-link url="/pages/bank/vindex/index"> |
|
|
|
<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> |
|
|
|
@ -32,24 +31,4 @@ |
|
|
|
<view slot="content" class="text-white">我的钱包</view> |
|
|
|
</view> |
|
|
|
</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> --> |
|
|
|
</view> |