chenquansheng

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