|
|
@@ -270,11 +270,16 @@ Page({ |
|
|
|
url: '/pages/topicDetail/index' |
|
|
|
}); |
|
|
|
} |
|
|
|
else if (app.globalData.type == 'ml') { |
|
|
|
else if (app.globalData.type == 'ml') { |
|
|
|
// 门店 |
|
|
|
wx.switchTab({ |
|
|
|
url: '/index/searchbar' |
|
|
|
}); |
|
|
|
} else if (app.globalData.type == 'ec') { |
|
|
|
// 兑换 |
|
|
|
wx.redirectTo({ |
|
|
|
url: '/pages/exchange/exchange' |
|
|
|
}); |
|
|
|
} else if (that.data.fromflag == 'coupondetail' && that.data.couponChannelIdflag){ |
|
|
|
wx.redirectTo({ |
|
|
|
url: `/pages/coupon/detail/index?couponChannelId=${that.data.couponChannelIdflag}` |
|
|
|