张善主

fix(18705): UI还原问题-【生产】进入视频直播,点击问道更多,android正常显示,鸿蒙显示空白页,看视频

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