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
yangchenggong1_wd
2024-05-25 09:57:20 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8052f823c8110b99a0491253ed9a48e453ebd0ba
8052f823
1 parent
86daf4c1
fix:bug[17032] 功能缺陷---第一次进入号主信息后如果未能加载到视频封面图后续不会自动加载资源
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/page/PeopleShipHomePage.ets
sight_harmony/features/wdComponent/src/main/ets/components/peopleShipHomePage/PeopleShipHomeArticleListComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/page/PeopleShipHomePage.ets
View file @
8052f82
...
...
@@ -56,7 +56,7 @@ struct PeopleShipHomePage {
.height(px2vp(this.topSafeHeight))
.width("100%")
.backgroundColor($r('app.color.white'))
.visibility(this.
attentionOpacity ? 1 : 0
)
.visibility(this.
topOpacity > 0 ? Visibility.Visible : Visibility.None
)
.opacity(this.topOpacity )
.expandSafeArea([SafeAreaType.SYSTEM], [SafeAreaEdge.TOP])
}
...
...
sight_harmony/features/wdComponent/src/main/ets/components/peopleShipHomePage/PeopleShipHomeArticleListComponent.ets
View file @
8052f82
...
...
@@ -97,6 +97,7 @@ export struct PeopleShipHomeArticleListComponent {
}
}
}
.cachedCount(4)
.backgroundColor(Color.Transparent)
.width("100%")
.height("100%")
...
...
Please
register
or
login
to post a comment