Browse Source

----

featrue/v4.2
huziyuan 5 years ago
parent
commit
401b23cd69
2 changed files with 3 additions and 3 deletions
  1. 2
      app.js
  2. 4
      pages/withdrawal/balance/index.wxml

2
app.js

@ -1,7 +1,7 @@
//app.js //app.js
App({ App({
//----------------------------------------------globalData-------------------------------------- //----------------------------------------------globalData--------------------------------------
evn: 0,//0:开发环境,1:测试环境,2:生产环境
evn: 1,//0:开发环境,1:测试环境,2:生产环境
tmplIds: ['SUjEgwDopCv9xkkSZ4KbS0L7XbAiVQor6GmPg14K760'], tmplIds: ['SUjEgwDopCv9xkkSZ4KbS0L7XbAiVQor6GmPg14K760'],
agentMsgIds: ['kG8DErWDpyzBHCFaLlSKYMF7xVy8UpgogCwV_WSNt10', 'oLbv-IyJOia2tenh64_Lc8xeAzwgzu3gh1vFJ1Se-ME'], agentMsgIds: ['kG8DErWDpyzBHCFaLlSKYMF7xVy8UpgogCwV_WSNt10', 'oLbv-IyJOia2tenh64_Lc8xeAzwgzu3gh1vFJ1Se-ME'],
version: 152, version: 152,

4
pages/withdrawal/balance/index.wxml

@ -8,8 +8,8 @@
</view> </view>
<view class="midArea" style="top:{{CustomBar + 10}}px"> <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="view3">提现中的金额:{{formate.numberFormat(frozenMoney)||0.00}}</view>
<view class="view2">{{formate.numberFormat(frozenMoney)||0.00}}</view>
<view class="view3">提现中的金额:{{formate.numberFormat(accountMoney)}}</view>
<view class="view4" id="toTx" bindtap="toPage"><button class="view4Btr">提现</button></view> <view class="view4" id="toTx" bindtap="toPage"><button class="view4Btr">提现</button></view>
</view> </view>

Loading…
Cancel
Save