Browse Source

no message

feature/v1.1.0
xpz2018 7 years ago
parent
commit
8b51c49a85
2 changed files with 0 additions and 3 deletions
  1. 2
      app.js
  2. 1
      pages/activity_detail/activity_detail.js

2
app.js

@ -32,10 +32,8 @@ App({
// 登录 // 登录
wx.login({ wx.login({
success: res => { success: res => {
console.log("登陆成功------------")
var code = res.code; var code = res.code;
this.getSessionKey(code); this.getSessionKey(code);
} }
}) })
wx.getpho wx.getpho

1
pages/activity_detail/activity_detail.js

@ -76,7 +76,6 @@ Page({
} else { } else {
url = "/mall/wxa/activity/detail"; url = "/mall/wxa/activity/detail";
} }
console.log("getActivityDetail>>groupNo>>>" + that.data.groupNo);
wx.request({ wx.request({
url: app.gw.hostUrl + url, url: app.gw.hostUrl + url,
method: 'get', method: 'get',

Loading…
Cancel
Save