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
liujian1_wd
2024-02-04 18:07:12 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
440deb9b533849160bcc72d9a43da95a3b752622
440deb9b
1 parent
dc1ca241
电子报
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
sight_harmony/wdComponent/src/main/ets/components/ENewspaperItemComponent.ets
sight_harmony/wdComponent/src/main/ets/components/ENewspaperPageComponent.ets
sight_harmony/wdComponent/src/main/ets/components/ENewspaperItemComponent.ets
View file @
440deb9
...
...
@@ -58,11 +58,11 @@ export struct ENewspaperItemComponent {
let taskAction: Action = {
type: 'JUMP_INNER_NEW_PAGE',
params: {
contentID:
this.itemBeanClicked.relObjectId ?? ''
,
contentID:
'' + this.itemBeanClicked.newsId
,
pageID: 'IMAGE_TEXT_DETAIL',
extra: {
relType: this.itemBeanClicked.relType ?? '',
relId: ''+this.itemBeanClicked.relId
?? ''
,
relId: ''+this.itemBeanClicked.relId,
sourcePage: '5'
} as ExtraDTO
} as Params,
...
...
sight_harmony/wdComponent/src/main/ets/components/ENewspaperPageComponent.ets
View file @
440deb9
...
...
@@ -115,7 +115,7 @@ export struct ENewspaperPageComponent {
Image($r('app.media.newspaper_shadow'))
.height($r('app.float.vp_12'))
.margin({ left:
12, right: 12
, top: -1 })
.margin({ left:
20, right: 20
, top: -1 })
.objectFit(ImageFit.Contain)
.alignRules({ top: { anchor: "e_newspaper_content", align: VerticalAlign.Bottom },
left: { anchor: 'e_newspaper_content', align: HorizontalAlign.Start },
...
...
Please
register
or
login
to post a comment