Browse Source

Merge branch 'develop-medou' of http://gogs.1hhd.com/1hjz-3N/1hjz-mini into develop-medou

* 'develop-medou' of http://gogs.1hhd.com/1hjz-3N/1hjz-mini:
  no message
  no message
  no message
feature/v1.1.0
lfs3 7 years ago
parent
commit
a183a028c7
7 changed files with 0 additions and 5 deletions
  1. BIN
      images/icon_duobao.png
  2. BIN
      images/icon_kanjia.png
  3. BIN
      images/icon_pintuan.png
  4. BIN
      images/icon_task_fail.png
  5. BIN
      images/icon_task_finish.png
  6. 1
      pages/index/index.js
  7. 4
      pages/mcenter/mcenter.js

BIN
images/icon_duobao.png

Before After
Width: 43  |  Height: 19  |  Size: 1.3 KiB Width: 129  |  Height: 57  |  Size: 7.0 KiB

BIN
images/icon_kanjia.png

Before After
Width: 43  |  Height: 19  |  Size: 1.5 KiB Width: 129  |  Height: 57  |  Size: 8.6 KiB

BIN
images/icon_pintuan.png

Before After
Width: 43  |  Height: 19  |  Size: 1.3 KiB Width: 129  |  Height: 57  |  Size: 7.0 KiB

BIN
images/icon_task_fail.png

Before After
Width: 50  |  Height: 50  |  Size: 4.0 KiB Width: 149  |  Height: 149  |  Size: 20 KiB

BIN
images/icon_task_finish.png

Before After
Width: 50  |  Height: 50  |  Size: 4.2 KiB Width: 149  |  Height: 149  |  Size: 23 KiB

1
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',

4
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,

Loading…
Cancel
Save