修复牛卡号获取bug

This commit is contained in:
tcubic 2022-08-05 14:26:51 +08:00
parent fd77fd38dd
commit abf6ac7b94
3 changed files with 4 additions and 4 deletions

View File

@ -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) {

View File

@ -146,7 +146,7 @@ const getMoney = (val) => {
// Toast("");
Dialog.confirm({
title: "温馨提示",
message: "牛卡号为空,先绑定牛卡号",
message: "先绑定牛卡号",
confirmButtonText: "前往绑定",
})
.then(() => {

View File

@ -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);