From 98c586397381070f958736c462a4526c6409f110 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?lemon=E6=A9=AA?= <17633066053@163.com> Date: Thu, 18 Nov 2021 18:11:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=90=9C=E7=B4=A0=E6=A0=B7?= =?UTF-8?q?=E5=BC=8F=E5=88=A4=E6=96=AD=E4=BC=98=E5=8C=96=EF=BC=8C=E4=BB=A5?= =?UTF-8?q?=E5=8F=8A=E6=8A=95=E8=AF=89=E5=9B=BE=E7=89=87=E4=B8=8A=E4=BC=A0?= =?UTF-8?q?=E5=86=85=E5=AE=B9=E6=9D=A1=E6=98=BE=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/navigation/search/searchPage.vue | 3 +++ pages/order/complain/complain.vue | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/pages/navigation/search/searchPage.vue b/pages/navigation/search/searchPage.vue index 486ab93..d0da958 100644 --- a/pages/navigation/search/searchPage.vue +++ b/pages/navigation/search/searchPage.vue @@ -355,6 +355,9 @@ export default { this.params.categoryId = this.routerVal.category; this.sortParams.categoryId = this.routerVal.category; this.isShowSeachGoods = true; + this.$nextTick(()=>{ + this.$refs.mSearch.isShowSeachGoods = true; + }) } if (this.routerVal.keyword) { this.params.keyword = this.routerVal.keyword; diff --git a/pages/order/complain/complain.vue b/pages/order/complain/complain.vue index 23faf34..be821f7 100644 --- a/pages/order/complain/complain.vue +++ b/pages/order/complain/complain.vue @@ -45,7 +45,7 @@ 投诉凭证 - +