yangchenggong1_wd

fix:bug[16993] 搜索页面-没有配置人搜索不该展示热门搜索标识

... ... @@ -31,6 +31,7 @@ export struct SearchHotsComponent{
build(){
Column(){
if(this.searchHotsData.length>0){
Row() {
Image($r('app.media.search_hot_icon'))
.width('46lpx')
... ... @@ -49,6 +50,7 @@ export struct SearchHotsComponent{
}
.width('100%')
.margin({bottom:"15lpx"})
}
List(){
ForEach(this.searchHotsData,(item:SearchHotContentItem,index:number)=>{
... ...