Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
chenquansheng
2024-10-31 16:50:20 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b96dded81673b2417f39d5fe09005a3fdc2b030f
b96dded8
1 parent
cef6136b
fix |> 修复搜索页面无loading问题
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/search/SearchResultContentComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/search/SearchResultContentComponent.ets
View file @
b96dded
...
...
@@ -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",
...
...
Please
register
or
login
to post a comment