diff --git a/pages/index/index.js b/pages/index/index.js index 41f1e44..bc57ccb 100644 --- a/pages/index/index.js +++ b/pages/index/index.js @@ -84,7 +84,6 @@ Page({ getActivityList: function(){ let that = this; wx.showNavigationBarLoading() //在标题栏中显示加载 - console.log('addrIndex:' + that.data.addrIndex) wx.request({ url: app.gw.hostUrl + '/mall/wxa/activity/list', method: 'get', diff --git a/pages/mcenter/mcenter.js b/pages/mcenter/mcenter.js index 261d94b..597479d 100644 --- a/pages/mcenter/mcenter.js +++ b/pages/mcenter/mcenter.js @@ -44,8 +44,6 @@ Page({ }) }, onLoad: function () { - console.log(wx.getStorageSync('sessionId')); - console.log(app.globalData.sessionId); this.setData({ sessionId: wx.getStorageSync('sessionId') }) @@ -74,7 +72,6 @@ Page({ that.setData({ items2: res.data.response }) - console.log(res.data.response) }, fail: function (res) { wx.showToast({ @@ -113,7 +110,6 @@ Page({ } }, getUserInfo: function (e) { - console.log(e) app.globalData.userInfo = e.detail.userInfo this.setData({ userInfo: e.detail.userInfo,