wangliang_wd

feat:调整搜索缺省图

... ... @@ -74,7 +74,7 @@ export struct SearchResultComponent {
//缺省图
if(this.isConnectNetwork){
EmptyComponent({emptyType:4})
.height(`${this.calcHeight(612)}lpx`)
.height('70%')
.width('100%')
}else{
EmptyComponent({ emptyType: 1,emptyHeight:"100%" ,retry: () => {
... ...