|
|
@ -365,11 +365,12 @@ Page({ |
|
|
|
getImgUrl: res.data[0] |
|
|
|
}) |
|
|
|
}) |
|
|
|
api.getImgUrl("5").then(function (res) { |
|
|
|
that.setData({ |
|
|
|
tabRightList: res.data |
|
|
|
}) |
|
|
|
}) |
|
|
|
// 2021.03.31 拼团购顺道捎移至首页
|
|
|
|
// api.getImgUrl("5").then(function (res) {
|
|
|
|
// that.setData({
|
|
|
|
// tabRightList: res.data
|
|
|
|
// })
|
|
|
|
// })
|
|
|
|
}, |
|
|
|
/** |
|
|
|
* 页面上拉触底事件的处理函数 |
|
|
@ -497,18 +498,18 @@ Page({ |
|
|
|
}) |
|
|
|
}, |
|
|
|
|
|
|
|
//跳转
|
|
|
|
toJumpPage (e) { |
|
|
|
if (e.currentTarget.dataset.code == 'ptg') { |
|
|
|
wx.navigateTo({ |
|
|
|
url: `/subpages/heart/pages/groupBuyList/groupBuyList?title=${e.currentTarget.dataset.title}` |
|
|
|
}) |
|
|
|
} else if (e.currentTarget.dataset.code == 'sds') { |
|
|
|
wx.navigateTo({ |
|
|
|
url: `/subpages/heart/pages/dropByList/dropByList?title=${e.currentTarget.dataset.title}` |
|
|
|
}) |
|
|
|
} |
|
|
|
}, |
|
|
|
// 跳转 拼团购顺道捎 入口移至首页
|
|
|
|
// toJumpPage (e) {
|
|
|
|
// if (e.currentTarget.dataset.code == 'ptg') {
|
|
|
|
// wx.navigateTo({
|
|
|
|
// url: `/subpages/heart/pages/groupBuyList/groupBuyList?title=${e.currentTarget.dataset.title}`
|
|
|
|
// })
|
|
|
|
// } else if (e.currentTarget.dataset.code == 'sds') {
|
|
|
|
// wx.navigateTo({
|
|
|
|
// url: `/subpages/heart/pages/dropByList/dropByList?title=${e.currentTarget.dataset.title}`
|
|
|
|
// })
|
|
|
|
// }
|
|
|
|
// },
|
|
|
|
//选择志愿者标签筛选
|
|
|
|
changeTag (e) { |
|
|
|
if (this.data.isLoading) { |
|
|
|