From 0736d9710654ae1d92340b3e77cdb0828e058abd Mon Sep 17 00:00:00 2001 From: tcubic <123456> Date: Tue, 9 Aug 2022 10:36:29 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Index.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/Index.vue b/src/components/Index.vue index 94200fa..c968ad8 100644 --- a/src/components/Index.vue +++ b/src/components/Index.vue @@ -455,6 +455,7 @@ const activityBtn = (item) => { if (item.id == 3) { console.log("生日专享页面"); + console.log("跳转:", "https://appstatic.cmschina.com/activity/cmszhyxpt/bees/index.html?id=INT_SMKTC_MxCbQgYb&uuid="+store.state.userAccount.uuid); window.location.href = "https://appstatic.cmschina.com/activity/cmszhyxpt/bees/index.html?id=INT_SMKTC_MxCbQgYb&uuid="+store.state.userAccount.uuid; }