mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-18 16:35:53 +08:00
新增搜素样式判断优化,以及投诉图片上传内容条显示
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user