更新生日板块跳转
This commit is contained in:
parent
1d2641b902
commit
c99f1d7d36
@ -456,7 +456,7 @@ const activityBtn = (item) => {
|
|||||||
if (item.id == 3) {
|
if (item.id == 3) {
|
||||||
console.log("生日专享页面");
|
console.log("生日专享页面");
|
||||||
window.location.href =
|
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) {
|
if (item.id == 4) {
|
||||||
|
|||||||
@ -62,8 +62,7 @@ const getActivityNum = () => {
|
|||||||
// 是否在活动期间生日
|
// 是否在活动期间生日
|
||||||
const getBrithday = () => {
|
const getBrithday = () => {
|
||||||
return service.post(
|
return service.post(
|
||||||
process.env.VUE_APP_API + "/cms-activity/cms88/user/isin/birthday/" ,
|
process.env.VUE_APP_API + "/cms-activity/cms88/user/isin/birthday/"
|
||||||
{uuid:store.state.userAccount.uuid}
|
|
||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
Loading…
Reference in New Issue
Block a user