|
|
@@ -181,11 +181,11 @@ Page({ |
|
|
|
/** |
|
|
|
* 获取多商铺列表 |
|
|
|
*/ |
|
|
|
shopList: function(e) { |
|
|
|
wx.navigateTo({ |
|
|
|
url: `/pages/index/merchantList/index?id=${e.currentTarget.dataset.id}` |
|
|
|
}) |
|
|
|
}, |
|
|
|
// shopList: function(e) { |
|
|
|
// wx.navigateTo({ |
|
|
|
// url: `/pages/index/merchantList/index?id=${e.currentTarget.dataset.id}` |
|
|
|
// }) |
|
|
|
// }, |
|
|
|
onShareAppMessage: function(res) { |
|
|
|
let that = this; |
|
|
|
let shareObj = { |
|
|
|