From b7cb860c5e597773aea359929245d3d2e8ade608 Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Tue, 25 Jun 2024 09:32:43 +0800 Subject: [PATCH] =?UTF-8?q?Fix(=E5=AF=BB=E8=B6=A3=E5=91=B3):[#1863]?= =?UTF-8?q?=E5=88=87=E6=8D=A2=E5=88=86=E7=B1=BB=EF=BC=8C=E6=88=96=E5=88=87?= =?UTF-8?q?=E6=8D=A2=E5=9F=8E=E5=B8=82=E6=97=B6=EF=BC=8C=E6=B8=85=E7=A9=BA?= =?UTF-8?q?=E6=90=9C=E7=B4=A2=E6=A1=86=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/cloud/haveFun.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pages/cloud/haveFun.vue b/pages/cloud/haveFun.vue index 89b7706..66ffb16 100644 --- a/pages/cloud/haveFun.vue +++ b/pages/cloud/haveFun.vue @@ -124,6 +124,7 @@ export default { if (memCityName.length) { this.cityName = memCityName uni.removeStorageSync('cityName') + this.name = '' this.search() } }, @@ -150,6 +151,7 @@ export default { tapType(index) { if (this.typeIndex === index) return this.typeIndex = index + this.name = '' this.search() }, search() {