Showing
1 changed file
with
5 additions
and
5 deletions
| @@ -84,11 +84,11 @@ export struct LiveHorizontalCardComponent { | @@ -84,11 +84,11 @@ export struct LiveHorizontalCardComponent { | ||
| 84 | } | 84 | } |
| 85 | } as Params, | 85 | } as Params, |
| 86 | }; | 86 | }; |
| 87 | - this.compDTO.operDataList = [] | ||
| 88 | - console.log('LiveHorizontalCardComponent', JSON.stringify(this.compDTO)) | ||
| 89 | - console.log('LiveHorizontalCardComponent', this.compDTO.relId) | ||
| 90 | - console.log('LiveHorizontalCardComponent', this.compDTO.relType) | ||
| 91 | - console.log('LiveHorizontalCardComponent', JSON.stringify(taskAction)) | 87 | + // this.compDTO.operDataList = [] |
| 88 | + // console.log('LiveHorizontalCardComponent', JSON.stringify(this.compDTO)) | ||
| 89 | + // console.log('LiveHorizontalCardComponent', this.compDTO.relId) | ||
| 90 | + // console.log('LiveHorizontalCardComponent', this.compDTO.relType) | ||
| 91 | + // console.log('LiveHorizontalCardComponent', JSON.stringify(taskAction)) | ||
| 92 | WDRouterRule.jumpWithAction(taskAction) | 92 | WDRouterRule.jumpWithAction(taskAction) |
| 93 | } else { | 93 | } else { |
| 94 | // console.log('LiveHorizontalCardComponent', 'jumpToLiveMorePage') | 94 | // console.log('LiveHorizontalCardComponent', 'jumpToLiveMorePage') |
-
Please register or login to post a comment