diff --git a/src/components/Index.vue b/src/components/Index.vue index c9679da..94200fa 100644 --- a/src/components/Index.vue +++ b/src/components/Index.vue @@ -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) { diff --git a/src/page/Home/Home.vue b/src/page/Home/Home.vue index f8c8e0b..79514ff 100644 --- a/src/page/Home/Home.vue +++ b/src/page/Home/Home.vue @@ -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/" ); }; diff --git a/【生产环境】招商88司庆活动-4.zip b/【生产环境】招商88司庆活动-5.zip similarity index 83% rename from 【生产环境】招商88司庆活动-4.zip rename to 【生产环境】招商88司庆活动-5.zip index 6bc1e8b..1825c15 100644 Binary files a/【生产环境】招商88司庆活动-4.zip and b/【生产环境】招商88司庆活动-5.zip differ