Showing
1 changed file
with
4 additions
and
4 deletions
| @@ -57,10 +57,10 @@ export struct HorizontalStrokeCardThreeTwoRadioForMoreComponent { | @@ -57,10 +57,10 @@ export struct HorizontalStrokeCardThreeTwoRadioForMoreComponent { | ||
| 57 | 57 | ||
| 58 | liveToMore() { | 58 | liveToMore() { |
| 59 | if (!!this.compDTO.dataSourceType) { | 59 | if (!!this.compDTO.dataSourceType) { |
| 60 | - if (this.compDTO.dataSourceType === 'OBJECT_POS') { | ||
| 61 | - ProcessUtils.jumpChannelTab(this.compDTO.objectId, this.compDTO.pageId as string, this.compDTO.objectTitle) | ||
| 62 | - return; | ||
| 63 | - } | 60 | + // if (this.compDTO.dataSourceType === 'OBJECT_POS') { |
| 61 | + // ProcessUtils.jumpChannelTab(this.compDTO.objectId, this.compDTO.pageId as string, this.compDTO.objectTitle) | ||
| 62 | + // return; | ||
| 63 | + // } | ||
| 64 | if (this.compDTO.linkUrl) { | 64 | if (this.compDTO.linkUrl) { |
| 65 | let taskAction: Action = { | 65 | let taskAction: Action = { |
| 66 | type: 'JUMP_H5_BY_WEB_VIEW', | 66 | type: 'JUMP_H5_BY_WEB_VIEW', |
-
Please register or login to post a comment