diff --git a/app.js b/app.js index 689eeb7..01b3256 100644 --- a/app.js +++ b/app.js @@ -2,7 +2,7 @@ App({ release: false, - httpUrl: 'http://192.168.0.106:9000', + httpUrl: 'https://api-test.qniao.cn', tmplIds: ['kg0T1ve0FpYrEtZ4ExbypHm8mtS7OJaehvqN_T9ypoI'], globalData: { userInfo: {}, @@ -19,9 +19,9 @@ App({ // this.httpUrl = 'https://mini.qniao.cn' // } if (this.release) { - this.httpUrl = 'https://mini.qniao.cn' + this.httpUrl = 'https://api.qniao.cn' } else { - this.httpUrl = 'http://192.168.0.106:9000' + this.httpUrl = 'https://api-test.qniao.cn' } wx.getSystemInfo({ success: e => { diff --git a/pages/mall/shops/index.js b/pages/mall/shops/index.js index 4fc915d..847972d 100644 --- a/pages/mall/shops/index.js +++ b/pages/mall/shops/index.js @@ -69,7 +69,6 @@ Page({ }, fetchTaskList: function () { - console.log('fetchTaskList>>>>') if (this.data.requesting || this.data.finished) { return }