From f104f8cccbd278794d04260af8101b3cfe2b069d Mon Sep 17 00:00:00 2001 From: xpz2018 <107107461@qq.com> Date: Fri, 10 Apr 2020 16:00:54 +0800 Subject: [PATCH] =?UTF-8?q?url=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.js | 6 +++--- pages/mall/shops/index.js | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) 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 }