diff --git a/app.js b/app.js index c19a5ae..ec3e5c3 100644 --- a/app.js +++ b/app.js @@ -1,6 +1,6 @@ //app.js App({ - evn: 0, // 0: 开发版本;1:测试版本;2:生产版本 + evn: 1, // 0: 开发版本;1:测试版本;2:生产版本 tmplIds: [''], version: 152, xAppId: '503258978847953926', diff --git a/pages/client/bank-list/index.js b/pages/client/bank-list/index.js index 2c2ad51..4754db5 100644 --- a/pages/client/bank-list/index.js +++ b/pages/client/bank-list/index.js @@ -24,7 +24,6 @@ Page({ onLoad: function (options) { wx.showLoading({ title: '加载中', mask: true }) getBankCardList().then(result => { - console.log(result) this.setData({ bankList: result.data, height: app.globalData.fragmentHeight }) wx.hideLoading() }).catch(err => { diff --git a/pages/client/home/index.wxml b/pages/client/home/index.wxml index 4c9cb34..e61dbe5 100644 --- a/pages/client/home/index.wxml +++ b/pages/client/home/index.wxml @@ -38,8 +38,8 @@ 我的余额 {{formate.formateAmount(xsaccountMoney)}} - 账单明细 + 待收款