|
@@ -295,6 +295,7 @@ onMounted(async () => {
|
|
view.focus(tag.sid).then(() => {
|
|
view.focus(tag.sid).then(() => {
|
|
if (tag.type == "coupon") {
|
|
if (tag.type == "coupon") {
|
|
try {
|
|
try {
|
|
|
|
+ document.querySelector(`[data-tag-id="${tag.sid}"] .tag-icon`).style.display = 'none'
|
|
let hotcontent = JSON.parse(tag.hotContent);
|
|
let hotcontent = JSON.parse(tag.hotContent);
|
|
browser.openLink(
|
|
browser.openLink(
|
|
"/subPackage/pages/activity/activity?pageId=" + hotcontent.couponLink,
|
|
"/subPackage/pages/activity/activity?pageId=" + hotcontent.couponLink,
|