|
|
@@ -567,7 +567,6 @@ export default Vue.extend({
|
|
|
if ((InputFocus as any).codeFlag == 1) {
|
|
|
_this.flag = _this.flag - 1
|
|
|
_this.visible1 = true
|
|
|
- //alert("examp0")
|
|
|
}
|
|
|
}, 1)
|
|
|
} else if (
|
|
|
@@ -578,9 +577,7 @@ export default Vue.extend({
|
|
|
setTimeout(function() {
|
|
|
if ((InputFocus as any).codeFlag == 1) {
|
|
|
_this.allowNum = _this.allowNum - 1
|
|
|
- //alert(y);
|
|
|
_this.visible = true
|
|
|
- //alert("examp1")
|
|
|
_this.changeFlagTo0()
|
|
|
_this.timeCount()
|
|
|
}
|