From 401b23cd69c7d3fefab49aa14d359ce4acb227ff Mon Sep 17 00:00:00 2001 From: huziyuan Date: Wed, 3 Feb 2021 01:09:03 +0800 Subject: [PATCH] ---- --- app.js | 2 +- pages/withdrawal/balance/index.wxml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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)}}