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) {
console.log("牛卡号:",store.state.userAccount.nkh);
if (store.state.userAccount.nkh == '') {
if (store.state.userAccount.nkh == '' || store.state.userAccount.nkh == undefined) {
// Toast("");
Dialog.confirm({
title: "温馨提示",