From 2843f81896acc481a203ad30a9bf32b46e5b2006 Mon Sep 17 00:00:00 2001 From: Enzo <1284707383@qq.com> Date: Mon, 9 Aug 2021 11:07:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=90=9C=E7=B4=A2=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- supplier/pages/offer/index.vue | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/supplier/pages/offer/index.vue b/supplier/pages/offer/index.vue index 341159c..6e5264f 100644 --- a/supplier/pages/offer/index.vue +++ b/supplier/pages/offer/index.vue @@ -46,7 +46,7 @@ 报价明细 - + @@ -192,9 +192,10 @@ timer = setTimeout(() => { this.searchValue = event.detail.value; }, 1000); - this.show_icon = false; if(event.detail.value == '') { this.show_icon = true; + }else { + this.show_icon = false; } }, // 搜索按下回车 @@ -469,14 +470,21 @@ }