Browse Source

---

featrue/v4.2
huziyuan 5 years ago
parent
commit
f48068f5fa
1 changed files with 1 additions and 1 deletions
  1. 2
      pages/home/index/index.wxml

2
pages/home/index/index.wxml

@ -120,7 +120,7 @@
<view class="dmArea2-bottom-contentTxt">我的余额</view>
</view>
<view class="dmArea2-bottom-contentIconTxt" id="balance" is-link bindtap="toPage">
<view class="dmArea2-bottom-contentIcon">{{formate.numberFormat(frozenMoney)}}</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">

Loading…
Cancel
Save