Merge branch 'main' of http://192.168.1.42/developOne/harmonyPool into main
* 'main' of http://192.168.1.42/developOne/harmonyPool: fix |> 修复搜索页面无loading问题
Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -291,7 +291,7 @@ export struct SearchResultContentComponent { | @@ -291,7 +291,7 @@ export struct SearchResultContentComponent { | ||
| 291 | Column() { | 291 | Column() { |
| 292 | 292 | ||
| 293 | // 添加动效refresh | 293 | // 添加动效refresh |
| 294 | - if (this.isLoading){ | 294 | + if (this.isLoading && this.curPageNum == 1){ |
| 295 | LottieView({ | 295 | LottieView({ |
| 296 | name: 'refreshing', | 296 | name: 'refreshing', |
| 297 | path: "lottie/refresh_step2.json", | 297 | path: "lottie/refresh_step2.json", |
-
Please register or login to post a comment