Showing
1 changed file
with
4 additions
and
3 deletions
| @@ -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() |
-
Please register or login to post a comment