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

55 lines
2.3 KiB

<!--pages/withdrawal/balance/index.wxml-->
<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/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="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>
<!-- <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> -->