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问题
... ... @@ -291,7 +291,7 @@ export struct SearchResultContentComponent {
Column() {
// 添加动效refresh
if (this.isLoading){
if (this.isLoading && this.curPageNum == 1){
LottieView({
name: 'refreshing',
path: "lottie/refresh_step2.json",
... ...