This commit is contained in:
tcubic 2022-08-09 10:36:29 +08:00
parent c99f1d7d36
commit 0736d97106

View File

@ -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;
}