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
陈剑华
2024-06-27 09:52:54 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
594b8112a35b1d4bd460302cf40ac1b83e37e837
594b8112
1 parent
7d8dd998
fix: 18073 UI还原问题-【uat】进入直播频道-直播大图卡直播动图没有显示
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/refresh/RefreshLoadLayout.ets
sight_harmony/features/wdComponent/src/main/ets/components/refresh/RefreshLoadLayout.ets
View file @
594b811
...
...
@@ -130,7 +130,8 @@ export default struct CustomLayout {
this.animate2()
} else {
// 刷新完成
lottie.destroy()
!!this.animateItem && lottie.destroy(this.animateName)
!!this.animateItem2 && lottie.destroy(this.animateName2)
}
let maxH = CustomLayout.REFRESH_HEIGHT
let tmpHeight = this.refreshBean.offset > maxH ? maxH : this.refreshBean.offset
...
...
Please
register
or
login
to post a comment