|
|
|
@ -116,12 +116,12 @@ |
|
|
|
<view class="dmArea2-bottom"> |
|
|
|
<view class="dmArea2-bottom-content"> |
|
|
|
<view class="dmArea2-bottom-contentIconTxt" id="balance" is-link bindtap="toPage"> |
|
|
|
<view class="dmArea2-bottom-contentIcon">10000000.00</view> |
|
|
|
<view class="dmArea2-bottom-contentIcon">{{formate.numberFormat(accountMoney)}}</view> |
|
|
|
<view class="dmArea2-bottom-contentTxt">我的余额</view> |
|
|
|
</view> |
|
|
|
<view class="dmArea2-bottom-contentIconTxt" id="balance" is-link bindtap="toPage"> |
|
|
|
<view class="dmArea2-bottom-contentIcon">500.00</view> |
|
|
|
<view class="dmArea2-bottom-contentTxt">我的余额</view> |
|
|
|
<view class="dmArea2-bottom-contentIcon">¥{{formate.numberFormat(frozenMoney)}}</view> |
|
|
|
<view class="dmArea2-bottom-contentTxt">提现中的余额</view> |
|
|
|
</view> |
|
|
|
<view class="dmArea2-bottom-contentIconTxt" id="toMyMoney" is-link bindtap="toPage"> |
|
|
|
<view style="float:right"> |
|
|
|
|