wangliang_wd

Merge branch 'main' of http://192.168.1.42/developOne/harmonyPool into main

* 'main' of http://192.168.1.42/developOne/harmonyPool:
  fix |> 直播频道上滑加载缺少loading问题修复
@@ -350,7 +350,7 @@ export struct VideoChannelPage { @@ -350,7 +350,7 @@ export struct VideoChannelPage {
350 autoRefresh: this.autoRefresh, 350 autoRefresh: this.autoRefresh,
351 isMourning: this.GrayManage.get().isVideoMourning(`${item.channelId}`), 351 isMourning: this.GrayManage.get().isVideoMourning(`${item.channelId}`),
352 bottomNavi:BottomNavi.VIDEO 352 bottomNavi:BottomNavi.VIDEO
353 - }).backgroundColor(Color.White) 353 + }).backgroundColor(Color.White).height('90%')
354 } 354 }
355 355
356 } 356 }