yangchenggong1_wd

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

... ... @@ -24,9 +24,9 @@ export struct SearchHotsComponent{
}
}).catch((err:Error)=>{
console.log(TAG,JSON.stringify(err))
if(this.searchHotsData.length === 0){
this.searchHotsData.push(new SearchHotContentItem("二十大",0,1))
}
// if(this.searchHotsData.length === 0){
// this.searchHotsData.push(new SearchHotContentItem("二十大",0,1))
// }
})
}
... ...