This commit is contained in:
tcubic
2022-08-05 14:13:46 +08:00
parent 89d50baaf6
commit fd77fd38dd

View File

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