diff --git a/src/mycomponents/scan/winComScan.vue b/src/mycomponents/scan/winComScan.vue index 2fadda24..214881f7 100644 --- a/src/mycomponents/scan/winComScan.vue +++ b/src/mycomponents/scan/winComScan.vue @@ -223,7 +223,7 @@ this.$nextTick(r => { that.boxfocus = true; }); - this.hide() + // this.hide() }, losefocus() { let that = this; diff --git a/src/mycomponents/scan/winComScanFg.vue b/src/mycomponents/scan/winComScanFg.vue index e61fef82..6a804a6e 100644 --- a/src/mycomponents/scan/winComScanFg.vue +++ b/src/mycomponents/scan/winComScanFg.vue @@ -104,14 +104,14 @@ }, mounted() { this.boxfocus = true; - uni.hideKeyboard(); + // uni.hideKeyboard(); // #ifdef H5 if (document.querySelector('textarea') != null) { document.querySelector('textarea').setAttribute('inputmode', 'none') } // #endif - this.hide() + // this.hide() // #ifdef APP-PLUS // #endif @@ -238,7 +238,7 @@ this.$nextTick(r => { that.boxfocus = true; }); - this.hide() + // this.hide() }, losefocus() { let that = this;