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
wangliang_wd
2024-10-09 16:19:13 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e2072fa06225e2cc0c934b5eef63ff1d9946c4c4
e2072fa0
1 parent
46ec76bb
feat:隐藏电子报分享
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
13 deletions
sight_harmony/features/wdComponent/src/main/ets/components/ENewspaperPageComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/ENewspaperPageComponent.ets
View file @
e2072fa
...
...
@@ -231,19 +231,19 @@ export struct ENewspaperPageComponent {
this.calendarDialogController.open()
})
if (this.newspaperListBean && this.newspaperListBean.list && this.newspaperListBean.list.length > 0) {
Image($r('app.media.icon_share'))
.height($r('app.float.top_arrow_size'))
.width($r('app.float.top_arrow_size'))
.alignRules({
right: { anchor: "__container__", align: HorizontalAlign.End },
center: { anchor: "__container__", align: VerticalAlign.Center }
})
.id('e_newspaper_share')
.onClick(() => {
this.share()
})
}
// if (this.newspaperListBean && this.newspaperListBean.list && this.newspaperListBean.list.length > 0) {
// Image($r('app.media.icon_share'))
// .height($r('app.float.top_arrow_size'))
// .width($r('app.float.top_arrow_size'))
// .alignRules({
// right: { anchor: "__container__", align: HorizontalAlign.End },
// center: { anchor: "__container__", align: VerticalAlign.Center }
// })
// .id('e_newspaper_share')
// .onClick(() => {
// this.share()
// })
// }
}
.margin({ left: $r('app.float.margin_16'), right: $r('app.float.margin_16'), top: this.topSafeHeight + 'px' })
.height($r('app.float.top_bar_height'))
...
...
Please
register
or
login
to post a comment