修复牛卡号获取bug
This commit is contained in:
parent
fd77fd38dd
commit
abf6ac7b94
@ -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) {
|
||||
|
||||
@ -146,7 +146,7 @@ const getMoney = (val) => {
|
||||
// Toast("牛卡号为空,先绑定牛卡号");
|
||||
Dialog.confirm({
|
||||
title: "温馨提示",
|
||||
message: "牛卡号为空,先绑定牛卡号",
|
||||
message: "请先绑定牛卡号",
|
||||
confirmButtonText: "前往绑定",
|
||||
})
|
||||
.then(() => {
|
||||
|
||||
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user