yangchenggong1_wd

fix:bug[16754] 【uat】搜索结果中活动需要屏蔽。

... ... @@ -323,9 +323,10 @@ export struct SearchComponent {
if(value.videoTotal!=0){
this.count.push("视频")
}
if(value.activityTotal!=0){
this.count.push("活动")
}
//屏蔽活动
// if(value.activityTotal!=0){
// this.count.push("活动")
// }
}
this.isGetRequest = true
this.resetSearch()
... ...