Showing
1 changed file
with
4 additions
and
4 deletions
| @@ -66,10 +66,10 @@ export struct LiveHorizontalCardComponent { | @@ -66,10 +66,10 @@ export struct LiveHorizontalCardComponent { | ||
| 66 | 66 | ||
| 67 | liveToMore() { | 67 | liveToMore() { |
| 68 | if (!!this.compDTO.dataSourceType) { | 68 | if (!!this.compDTO.dataSourceType) { |
| 69 | - if (this.compDTO.dataSourceType === 'OBJECT_POS') { | ||
| 70 | - ProcessUtils.jumpChannelTab(this.compDTO.objectId, this.compDTO.pageId as string, this.compDTO.objectTitle) | ||
| 71 | - return; | ||
| 72 | - } | 69 | + // if (this.compDTO.dataSourceType === 'OBJECT_POS') { |
| 70 | + // ProcessUtils.jumpChannelTab(this.compDTO.objectId, this.compDTO.pageId as string, this.compDTO.objectTitle) | ||
| 71 | + // return; | ||
| 72 | + // } | ||
| 73 | if (this.compDTO.linkUrl) { | 73 | if (this.compDTO.linkUrl) { |
| 74 | let taskAction: Action = { | 74 | let taskAction: Action = { |
| 75 | type: 'JUMP_H5_BY_WEB_VIEW', | 75 | type: 'JUMP_H5_BY_WEB_VIEW', |
-
Please register or login to post a comment