Browse Source

no message

feature/v1.1.0
xpz2018 6 years ago
parent
commit
5186109f84
1 changed files with 1 additions and 2 deletions
  1. 3
      app.js

3
app.js

@ -2,7 +2,7 @@
App({ App({
gw: { gw: {
hostUrl: 'https://www.1hjz.cn', hostUrl: 'https://www.1hjz.cn',
//hostUrl: 'https://test.1hjz.cn/',
// hostUrl: 'https://test.1hjz.cn',
mapUrl:'https://api.map.baidu.com', mapUrl:'https://api.map.baidu.com',
systemInfo : null,//系统信息 systemInfo : null,//系统信息
}, },
@ -110,7 +110,6 @@ App({
that.globalData.sessionId= data.response.sessionId; that.globalData.sessionId= data.response.sessionId;
wx.setStorageSync('sessionId', data.response.sessionId); wx.setStorageSync('sessionId', data.response.sessionId);
console.log('sessionId : ' + data.response.sessionId); console.log('sessionId : ' + data.response.sessionId);
}, },
fail: function (e) { fail: function (e) {
wx.showToast({ wx.showToast({

Loading…
Cancel
Save