更新生日板块跳转

This commit is contained in:
tcubic 2022-08-09 10:35:26 +08:00
parent 1d2641b902
commit c99f1d7d36
3 changed files with 2 additions and 3 deletions

View File

@ -456,7 +456,7 @@ const activityBtn = (item) => {
if (item.id == 3) {
console.log("生日专享页面");
window.location.href =
"https://appstatic.cmschina.com/activity/cmszhyxpt/bees/index.html?id=INT_SMKTC_MxCbQgYb";
"https://appstatic.cmschina.com/activity/cmszhyxpt/bees/index.html?id=INT_SMKTC_MxCbQgYb&uuid="+store.state.userAccount.uuid;
}
if (item.id == 4) {

View File

@ -62,8 +62,7 @@ const getActivityNum = () => {
//
const getBrithday = () => {
return service.post(
process.env.VUE_APP_API + "/cms-activity/cms88/user/isin/birthday/" ,
{uuid:store.state.userAccount.uuid}
process.env.VUE_APP_API + "/cms-activity/cms88/user/isin/birthday/"
);
};