纸通宝小程序
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.
 

28 lines
1.3 KiB

<!--pages/withdrawal/balance/index.wxml-->
<wxs module="formate" src="../../../pages/formate.wxs"></wxs>
<cu-custom bgColor="bg-white" isBack="{{true}}">
<view slot="content">余额</view>
</cu-custom>
<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 title="账单" is-link url="/pages/bank/bill/index">
<view slot="header" class="cuIcon-send text-black" style="font-size:20px;margin-right:12rpx"></view>
</wux-cell>
</wux-cell-group>