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
yanlu
2024-05-11 18:52:39 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9c81a248f12cb5477e4f9971a6b861f6c6649f2d
9c81a248
1 parent
ce19283c
fix:17356 电子报-选择版面_选中版面应圆角展示
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
3 deletions
sight_harmony/features/wdComponent/src/main/ets/dialog/ENewspaperPageDialog.ets
sight_harmony/features/wdDetailPlayLive/src/main/ets/pages/DetailPlayLivePage.ets
sight_harmony/features/wdComponent/src/main/ets/dialog/ENewspaperPageDialog.ets
View file @
9c81a24
...
...
@@ -48,6 +48,7 @@ export struct ENewspaperPageDialog {
.justifyContent(FlexAlign.Center)
.width(30)
.height(30)
.borderRadius(3)
.backgroundColor(this.currentPageNum != item.pageNum ? Color.White : $r('app.color.color_ED2800'))
.onClick((event: ClickEvent) => {
this.currentPageNum = item.pageNum
...
...
sight_harmony/features/wdDetailPlayLive/src/main/ets/pages/DetailPlayLivePage.ets
View file @
9c81a24
...
...
@@ -81,10 +81,10 @@ export struct DetailPlayLivePage {
.width('100%')
}
a
boutToDisappear(): void
{
a
sync aboutToDisappear()
{
Logger.info(TAG, `wyj-aboutToDisappear`)
this.playerController?.stop()
this.playerController?.release()
await this.playerController?.stop()
await this.playerController?.release()
}
onPageShowCus(): void {
...
...
Please
register
or
login
to post a comment