liujian1_wd

电子报

... ... @@ -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,
... ...