新增搜素样式判断优化,以及投诉图片上传内容条显示

This commit is contained in:
lemon橪
2021-11-18 18:11:28 +08:00
parent 3d1089b756
commit 98c5863973
2 changed files with 4 additions and 1 deletions

View File

@@ -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;