yangchenggong1_wd

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

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