Showing
1 changed file
with
3 additions
and
3 deletions
| @@ -24,9 +24,9 @@ export struct SearchHotsComponent{ | @@ -24,9 +24,9 @@ export struct SearchHotsComponent{ | ||
| 24 | } | 24 | } |
| 25 | }).catch((err:Error)=>{ | 25 | }).catch((err:Error)=>{ |
| 26 | console.log(TAG,JSON.stringify(err)) | 26 | console.log(TAG,JSON.stringify(err)) |
| 27 | - if(this.searchHotsData.length === 0){ | ||
| 28 | - this.searchHotsData.push(new SearchHotContentItem("二十大",0,1)) | ||
| 29 | - } | 27 | + // if(this.searchHotsData.length === 0){ |
| 28 | + // this.searchHotsData.push(new SearchHotContentItem("二十大",0,1)) | ||
| 29 | + // } | ||
| 30 | }) | 30 | }) |
| 31 | } | 31 | } |
| 32 | 32 |
-
Please register or login to post a comment