|
|
@ -1,16 +1,12 @@ |
|
|
<!--pages/withdrawal/balance/index.wxml--> |
|
|
<!--pages/withdrawal/balance/index.wxml--> |
|
|
<wxs module="formate" src="../../../pages/formate.wxs"></wxs> |
|
|
<wxs module="formate" src="../../../pages/formate.wxs"></wxs> |
|
|
|
|
|
|
|
|
<view class="topArea"> |
|
|
<view class="topArea"> |
|
|
<view class="topHeadArea" style="top:{{CustomBar-32}}rpx"> |
|
|
|
|
|
<view class="topHeadAreaLeft" id="toRt" bindtap="toPage"> |
|
|
|
|
|
<image class="dhImg" src="/assets/myinfo/rtWhite.png"></image> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class="topText">我的钱包</view> |
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
<view class="topHeadArea"></view> |
|
|
<view> |
|
|
<view> |
|
|
<image class="vipBjImg2" src="/assets/myinfo/vipTopBj.png"></image> |
|
|
<image class="vipBjImg2" src="/assets/myinfo/vipTopBj.png"></image> |
|
|
</view> |
|
|
</view> |
|
|
<view class="midArea"> |
|
|
|
|
|
|
|
|
<view class="midArea" style="top:{{CustomBar + 10}}px"> |
|
|
<view class="view1">我的余额(元)</view> |
|
|
<view class="view1">我的余额(元)</view> |
|
|
<view class="view2">{{formate.numberFormat(accountMoney)}}</view> |
|
|
<view class="view2">{{formate.numberFormat(accountMoney)}}</view> |
|
|
<view class="view3">提现中的金额:{{formate.numberFormat(frozenMoney)||0.00}}</view> |
|
|
<view class="view3">提现中的金额:{{formate.numberFormat(frozenMoney)||0.00}}</view> |
|
|
@ -27,6 +23,17 @@ |
|
|
|
|
|
|
|
|
</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="bg-white" style="padding: 48rpx;border-bottom:2rpx solid #eee"> |
|
|
<view class="text-black text-sg">我的余额(元)</view> |
|
|
<view class="text-black text-sg">我的余额(元)</view> |
|
|
<view class="text-black text-sl text-price" style="margin-top:12rpx">{{formate.numberFormat(accountMoney)}}</view> |
|
|
<view class="text-black text-sl text-price" style="margin-top:12rpx">{{formate.numberFormat(accountMoney)}}</view> |
|
|
|