更新2
This commit is contained in:
parent
89d50baaf6
commit
fd77fd38dd
@ -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: "温馨提示",
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user