提交 d94ee1eb 编写于 作者: guangjun.yang's avatar guangjun.yang

hasNoUsedCard与函数有冲突

上级 ce1e1e42
...@@ -340,7 +340,8 @@ export default { ...@@ -340,7 +340,8 @@ export default {
cardType: 2, cardType: 2,
orderId: 0 orderId: 0
}, },
subContent: ``, subContent: "",
hasNoUsedCard: false,
}; };
}, },
components: { components: {
...@@ -445,7 +446,7 @@ export default { ...@@ -445,7 +446,7 @@ export default {
}, },
// 查询是否买过类似的卡,但还没有绑定 // 查询是否买过类似的卡,但还没有绑定
hasNoUsedCard() { hasNoUsedCardAction() {
let param = { let param = {
setEntry: true setEntry: true
}; };
...@@ -1092,7 +1093,7 @@ export default { ...@@ -1092,7 +1093,7 @@ export default {
// 如果 hasBindCard 为false,则获取卡信息 0:未绑卡 1:已绑卡 // 如果 hasBindCard 为false,则获取卡信息 0:未绑卡 1:已绑卡
if (!_this.hasBindCard) { if (!_this.hasBindCard) {
_this.preJumper(); _this.preJumper();
_this.hasNoUsedCard(); _this.hasNoUsedCardAction();
} }
} }
}); });
......
...@@ -370,7 +370,8 @@ export default { ...@@ -370,7 +370,8 @@ export default {
cardType: 2, cardType: 2,
orderId: 0 orderId: 0
}, },
subContent: `` subContent: "",
hasNoUsedCard: false,
}; };
}, },
components: { components: {
...@@ -539,7 +540,7 @@ export default { ...@@ -539,7 +540,7 @@ export default {
}, },
// 查询是否买过类似的卡,但还没有绑定 // 查询是否买过类似的卡,但还没有绑定
hasNoUsedCard() { hasNoUsedCardAction() {
let param = { let param = {
setEntry: true setEntry: true
}; };
...@@ -1007,7 +1008,7 @@ export default { ...@@ -1007,7 +1008,7 @@ export default {
// 如果 hasBindCard 为false,则获取卡信息 0:未绑卡 1:已绑卡 // 如果 hasBindCard 为false,则获取卡信息 0:未绑卡 1:已绑卡
if (!_this.hasBindCard) { if (!_this.hasBindCard) {
_this.preJumper(); _this.preJumper();
_this.logged && _this.hasNoUsedCard(); _this.logged && _this.hasNoUsedCardAction();
} }
} else { } else {
_this.showLoading = false; _this.showLoading = false;
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册