|
@@ -384,7 +384,8 @@ onMounted(async () => {
|
|
|
browser.openLink(
|
|
|
'/subPackage/pages/activity/activity?pageId=' + hotcontent.couponLink,
|
|
|
`https://m.cdfmembers.com/shop/600667208/showactivity?pageId=${hotcontent.couponLink}`,
|
|
|
- `/pages/showactivity/showactivity?pageId=${hotcontent.couponLink}`
|
|
|
+ `/pages/showactivity/showactivity?pageId=${hotcontent.couponLink}`,
|
|
|
+ `https://glp.cdfmembers.com/showactivity/${hotcontent.couponLink}`
|
|
|
);
|
|
|
apis.burying_point({ type: 2 });
|
|
|
} catch (error) {}
|
|
@@ -403,7 +404,8 @@ onMounted(async () => {
|
|
|
browser.openLink(
|
|
|
'/subPackage/pages/home/home?pageType=2&pageId=' + hotcontent.liveLink,
|
|
|
`https://m.cdfmembers.com/shop/600667208/showactivity?pageId=${hotcontent.liveLink}`,
|
|
|
- `/pages/showactivity/showactivity?pageId=${hotcontent.liveLink}`
|
|
|
+ `/pages/showactivity/showactivity?pageId=${hotcontent.liveLink}`,
|
|
|
+ `https://m.cdfmembers.com/shop/600667208/showactivity?pageId=${hotcontent.liveLink}`,
|
|
|
);
|
|
|
} catch (error) {}
|
|
|
} else if (tag.type == 'link_scene') {
|