Showing
1 changed file
with
3 additions
and
3 deletions
| @@ -58,11 +58,11 @@ export struct ENewspaperItemComponent { | @@ -58,11 +58,11 @@ export struct ENewspaperItemComponent { | ||
| 58 | let taskAction: Action = { | 58 | let taskAction: Action = { |
| 59 | type: 'JUMP_INNER_NEW_PAGE', | 59 | type: 'JUMP_INNER_NEW_PAGE', |
| 60 | params: { | 60 | params: { |
| 61 | - contentID: '30001758346', | 61 | + contentID: this.itemBeanClicked.relObjectId ?? '', |
| 62 | pageID: 'IMAGE_TEXT_DETAIL', | 62 | pageID: 'IMAGE_TEXT_DETAIL', |
| 63 | extra: { | 63 | extra: { |
| 64 | - relType: '1', | ||
| 65 | - relId: '500000001277', | 64 | + relType: this.itemBeanClicked.relType ?? '', |
| 65 | + relId: ''+this.itemBeanClicked.relId ?? '', | ||
| 66 | sourcePage: '5' | 66 | sourcePage: '5' |
| 67 | } as ExtraDTO | 67 | } as ExtraDTO |
| 68 | } as Params, | 68 | } as Params, |
-
Please register or login to post a comment