yangchenggong1_wd

fix |> 20767 无网路情况下,在新闻频道,进入搜索页,不应该展示热门搜索

@@ -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