From e5e63f3e2f55c30fd2716f6f9fce8b87508ad022 Mon Sep 17 00:00:00 2001 From: modendeveloper Date: Sat, 1 Mar 2025 16:29:11 +0800 Subject: [PATCH] =?UTF-8?q?Fix=EF=BC=9A3284=20=E3=80=90=E5=95=86=E5=9F=8E?= =?UTF-8?q?=E5=B0=8F=E7=A8=8B=E5=BA=8F=E3=80=91=E6=90=9C=E7=B4=A2=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E2=80=94=E7=BC=96=E8=BE=91=E6=90=9C=E7=B4=A2=E6=A1=86?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E6=97=B6=EF=BC=8C=E6=B5=AE=E5=8A=A8=E8=AF=8D?= =?UTF-8?q?=E6=9D=A1=E6=B2=A1=E6=9C=89=E9=9A=90=E8=97=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/shop/GoodSearch/index.vue | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/pages/shop/GoodSearch/index.vue b/pages/shop/GoodSearch/index.vue index 0c38267..29ce2bb 100644 --- a/pages/shop/GoodSearch/index.vue +++ b/pages/shop/GoodSearch/index.vue @@ -11,6 +11,8 @@ @blur="showHistory" @focus="hideHistory" @input="hideHistory" + @change="hideHistory" + @compositionstart="hideHistory" /> @@ -171,10 +173,11 @@ export default { this.showkey = true }, hideHistory() { - if(!this.search) { - this.showkey = true - return - } + + // if(!this.search) { + // this.showkey = true + // return + // } this.showkey = false }, change(e) {