chenquansheng

fix |> 修复搜索页面无loading问题

@@ -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",