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 17:55:13 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
dc1ca241007ba6dc6bc208c2cfd8f9aa41b39108
dc1ca241
1 parent
a4b313ed
电子报
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
sight_harmony/wdComponent/src/main/ets/components/ENewspaperItemComponent.ets
sight_harmony/wdComponent/src/main/ets/components/ENewspaperItemComponent.ets
View file @
dc1ca24
...
...
@@ -58,11 +58,11 @@ export struct ENewspaperItemComponent {
let taskAction: Action = {
type: 'JUMP_INNER_NEW_PAGE',
params: {
contentID:
'30001758346
',
contentID:
this.itemBeanClicked.relObjectId ?? '
',
pageID: 'IMAGE_TEXT_DETAIL',
extra: {
relType: '1',
relId: '500000001277',
relType: this.itemBeanClicked.relType ?? '',
relId: ''+this.itemBeanClicked.relId ?? '',
sourcePage: '5'
} as ExtraDTO
} as Params,
...
...
Please
register
or
login
to post a comment