From abf6ac7b9432a9d37913fee411b94d38853466b8 Mon Sep 17 00:00:00 2001 From: tcubic <123456> Date: Fri, 5 Aug 2022 14:26:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E7=89=9B=E5=8D=A1=E5=8F=B7?= =?UTF-8?q?=E8=8E=B7=E5=8F=96bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/Index.vue | 2 +- src/components/MyPrize.vue | 2 +- src/page/Home/Home.vue | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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);