|
@@ -223,8 +223,9 @@ onMounted(() => {
|
|
|
// 聚焦当前点击的热点
|
|
|
view.focus(tag.sid).then(() => {
|
|
|
if (tag.type == "coupon") {
|
|
|
-
|
|
|
+ store.commit("tag/setTagClickType", "treasure");
|
|
|
} else if (tag.type == "applet_link") {
|
|
|
+ // wx.miniProgram.navigateTo({url: `/pages/shared/shared?img_url=${encodeURIComponent(uploadRes.data.url)}&companyId=${this.serve.info.companyId}&shareImg=${encodeURIComponent(this.serve.info.shareWxQrCode)}&vrLink=${encodeURIComponent(`${window.location.origin}${location.pathname}?m=${this.$config.projectNum}`)}`})
|
|
|
}
|
|
|
});
|
|
|
});
|