From fd77fd38ddd3f42c9a71d7288b248f94f00dec28 Mon Sep 17 00:00:00 2001 From: tcubic <123456> Date: Fri, 5 Aug 2022 14:13:46 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B02?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/MyPrize.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/MyPrize.vue b/src/components/MyPrize.vue index d11deac..c593764 100644 --- a/src/components/MyPrize.vue +++ b/src/components/MyPrize.vue @@ -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: "温馨提示",