diff --git a/app.js b/app.js index ade7531..6ddae6a 100644 --- a/app.js +++ b/app.js @@ -1,7 +1,7 @@ //app.js App({ //----------------------------------------------globalData-------------------------------------- - evn: 0,//0:开发环境,1:测试环境,2:生产环境 + evn: 1,//0:开发环境,1:测试环境,2:生产环境 tmplIds: ['SUjEgwDopCv9xkkSZ4KbS0L7XbAiVQor6GmPg14K760'], agentMsgIds: ['kG8DErWDpyzBHCFaLlSKYMF7xVy8UpgogCwV_WSNt10', 'oLbv-IyJOia2tenh64_Lc8xeAzwgzu3gh1vFJ1Se-ME'], version: 152, diff --git a/pages/withdrawal/balance/index.wxml b/pages/withdrawal/balance/index.wxml index f78c610..fd81b74 100644 --- a/pages/withdrawal/balance/index.wxml +++ b/pages/withdrawal/balance/index.wxml @@ -8,8 +8,8 @@ 我的余额(元) - {{formate.numberFormat(accountMoney)}} - 提现中的金额:{{formate.numberFormat(frozenMoney)||0.00}} + {{formate.numberFormat(frozenMoney)||0.00}} + 提现中的金额:{{formate.numberFormat(accountMoney)}}