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 @@ 投诉凭证 - +