更新
This commit is contained in:
parent
9ee3d79f83
commit
89d50baaf6
@ -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({
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user