Browse Source

Merge branch 'featrue/v4.3' of http://git.qniao.cn/libo/ztb-mini into featrue/v4.3

featrue/v4.3
wangzhen 5 years ago
parent
commit
3fb65b0975
2 changed files with 3 additions and 7 deletions
  1. 9
      pages/article/newInfo/index.js
  2. 1
      pages/mall/price-index/index.js

9
pages/article/newInfo/index.js

@ -72,15 +72,10 @@ Component({
util.navigateTo('/pages/article/detail/index?id='+e.currentTarget.id)
},
changeTable: function (e) {
var a = e.currentTarget.id
if (e.currentTarget.id === this.data.tableSgin) {
this.setData({
tableSgin: null
})
this.setData({ tableSgin: null })
} else {
this.setData({
tableSgin: e.currentTarget.id
})
this.setData({ tableSgin: e.currentTarget.id })
}
},
getPaperMillOfInformationListFct:function(model) {

1
pages/mall/price-index/index.js

@ -44,6 +44,7 @@ Page({
this.data.idList += ',' + result.data.records[index].id
}
}
storage.put('cateIdList' + app.globalData.userInfo.userId, this.data.idList)
this.fetchChartList()
wx.hideLoading()
}).catch(err => {

Loading…
Cancel
Save