diff --git a/src/components/Index.vue b/src/components/Index.vue index 8c09818..55284d6 100644 --- a/src/components/Index.vue +++ b/src/components/Index.vue @@ -378,7 +378,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_8rrkjpiS"; + "https://appstatic.cmschina.com/activity/cmszhyxpt/bees/index.html?id=INT_SMKTC_MxCbQgYb"; } if (item.id == 4) { diff --git a/src/components/MyPrize.vue b/src/components/MyPrize.vue index c593764..c36df92 100644 --- a/src/components/MyPrize.vue +++ b/src/components/MyPrize.vue @@ -146,7 +146,7 @@ const getMoney = (val) => { // Toast("牛卡号为空,先绑定牛卡号"); Dialog.confirm({ title: "温馨提示", - message: "牛卡号为空,先绑定牛卡号", + message: "请先绑定牛卡号", confirmButtonText: "前往绑定", }) .then(() => { diff --git a/src/page/Home/Home.vue b/src/page/Home/Home.vue index 97338f3..e35e74d 100644 --- a/src/page/Home/Home.vue +++ b/src/page/Home/Home.vue @@ -159,7 +159,7 @@ const apiAll = ()=>{ // 更细二维码 store.commit({ type: "updateeEqcodeImg", eqcodeImg: result[0].data.data,}); // 更新资金账号记录 - store.commit({ type: "updateeNkh", eqcodeImg: result[1].data.data,}); + store.commit({ type: "updateeNkh", nkh: result[1].data.data,}); // 更新红包记录 store.commit({ type: "updatePrizeList", prizeList: result[2].data.data,}); @@ -186,7 +186,7 @@ const apiAll = ()=>{ // 页面未挂载 onBeforeMount(() => { - // apiAll() + apiAll() console.log("link:", window.location.href); console.log("用户活动信息:", store.state.userAccount);