From b920c619220cb8ce41d79e6b356e91741e90f14d Mon Sep 17 00:00:00 2001 From: aihe <961836564@qq.com> Date: Tue, 6 Aug 2024 00:06:03 +0800 Subject: [PATCH] uu --- components/tpx-physics-scan/tpx-physics-scan.vue | 1 - components/tpx-scan-input/tpx-scan-input.vue | 2 -- 2 files changed, 3 deletions(-) diff --git a/components/tpx-physics-scan/tpx-physics-scan.vue b/components/tpx-physics-scan/tpx-physics-scan.vue index ffcb5e6..d5246f7 100644 --- a/components/tpx-physics-scan/tpx-physics-scan.vue +++ b/components/tpx-physics-scan/tpx-physics-scan.vue @@ -104,7 +104,6 @@ triggerKeyScan() { const that = this console.log("执行triggerKeyScan调用") - debugger // #ifdef APP //获取Android意图类 let Intent = plus.android.importClass('android.content.Intent'); diff --git a/components/tpx-scan-input/tpx-scan-input.vue b/components/tpx-scan-input/tpx-scan-input.vue index 3be8fef..06092f8 100644 --- a/components/tpx-scan-input/tpx-scan-input.vue +++ b/components/tpx-scan-input/tpx-scan-input.vue @@ -27,11 +27,9 @@ showPhysics() { let bl = false if(this.phyTrigger == 'loaded') { - debugger bl = true } if(this.phyTrigger == 'focus' && this.isInputFocused) { - debugger bl = true } return bl