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

则获取卡信息

上级 12e7b135
...@@ -227,6 +227,7 @@ export default { ...@@ -227,6 +227,7 @@ export default {
seqNo: 1 seqNo: 1
}, },
]; ];
console.log(paramList);
rocNative.dispatchEventByModuleCode({ rocNative.dispatchEventByModuleCode({
modeCode: "M200", modeCode: "M200",
jsonString: paramList jsonString: paramList
......
...@@ -939,7 +939,7 @@ export default { ...@@ -939,7 +939,7 @@ export default {
// 如果 hasBindCard 为false,则获取卡信息 0:未绑卡 1:已绑卡 // 如果 hasBindCard 为false,则获取卡信息 0:未绑卡 1:已绑卡
_this.hasBindCard = res.data.cardStatus == 0 ? false : true; _this.hasBindCard = res.data.cardStatus == 0 ? false : true;
_this.limitTimes = res.data.trySeeTime || 60; _this.limitTimes = res.data.trySeeTime;
if (!_this.hasBindCard) { if (!_this.hasBindCard) {
_this.preJumper(); _this.preJumper();
} }
......
Markdown 格式
0% or
您添加了 0 到此讨论。请谨慎行事。
先完成此消息的编辑!
想要评论请 注册