|
@@ -32,7 +32,7 @@ class GeoCheckScene extends scene {
|
|
|
window.clearInterval(this.timer);
|
|
|
}
|
|
|
if (this.moye.focusList.indexOf('WaterfallIndexScene') !== -1) {
|
|
|
- this.hideScene({success: true}, 'WaterfallIndexScene');
|
|
|
+ this.hideScene({}, 'WaterfallIndexScene');
|
|
|
}
|
|
|
else {
|
|
|
this.showScene(require('./WaterfallIndexScene.js'), {});
|
|
@@ -72,7 +72,7 @@ class GeoCheckScene extends scene {
|
|
|
document.querySelector('.qr-invalid').style.display = "none";
|
|
|
document.querySelector('.click-alert').style.display = "none";
|
|
|
//定时轮询扫码结果
|
|
|
- this.timer = window.setInterval(this.queryQRCodeState.bind(this), 1500);
|
|
|
+ this.timer = window.setInterval(this.queryQRCodeState.bind(this), 1000);
|
|
|
});
|
|
|
}
|
|
|
|