From 4a8d7cd8339cd2efeca9b368c6d8b30755458577 Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Fri, 7 Jun 2024 16:44:20 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=B9=E5=87=BA=E8=BD=AF=E9=94=AE=E7=9B=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mycomponents/scan/winComScan.vue | 2 +- src/mycomponents/scan/winComScanFg.vue | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) 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;