This commit is contained in:
tcubic
2022-08-05 14:11:34 +08:00
parent 9ee3d79f83
commit 89d50baaf6

View File

@@ -141,6 +141,7 @@ const getMoney = (val) => {
// 红包类型未参与红包: 需先绑定牛卡号 // 红包类型未参与红包: 需先绑定牛卡号
if (val.type == 1) { if (val.type == 1) {
console.log("牛卡号:",store.state.userAccount.nkh);
if (store.state.userAccount.nkh == '') { if (store.state.userAccount.nkh == '') {
// Toast("牛卡号为空,先绑定牛卡号"); // Toast("牛卡号为空,先绑定牛卡号");
Dialog.confirm({ Dialog.confirm({