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-19 11:27:08 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c6ff187ff77f395dd7b8813baca6ea7499e87ad4
c6ff187f
1 parent
b889f017
电子报优化骨架屏逻辑
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
sight_harmony/features/wdComponent/src/main/ets/components/ENewspaperItemComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/ENewspaperItemComponent.ets
View file @
c6ff187
...
...
@@ -50,6 +50,7 @@ export struct ENewspaperItemComponent {
.objectFit(ImageFit.Fill)
.zIndex(10)
newsSkeleton()
.visibility(this.isShowSkeleton ? Visibility.Visible : Visibility.None)
.zIndex(1)
if (this.contentWidth !== 0) {
Canvas(this.context)
...
...
Please
register
or
login
to post a comment