Showing
1 changed file
with
11 additions
and
9 deletions
| @@ -79,15 +79,17 @@ export struct ZhGridLayout03 { | @@ -79,15 +79,17 @@ export struct ZhGridLayout03 { | ||
| 79 | .onClick((event: ClickEvent) => { | 79 | .onClick((event: ClickEvent) => { |
| 80 | console.log('333rt',JSON.stringify(item)) | 80 | console.log('333rt',JSON.stringify(item)) |
| 81 | InfomationCardClick.track(this.compDTO, item, this.pageId, this.pageName) | 81 | InfomationCardClick.track(this.compDTO, item, this.pageId, this.pageName) |
| 82 | - if (item.objectType === '11') { | ||
| 83 | - ProcessUtils.jumpExternalWebPage | ||
| 84 | - ProcessUtils.jumpChannelTab(item.objectId, item.pageId, item.newsTitle) | ||
| 85 | - } else if(item.objectType === '6'){ | ||
| 86 | - ProcessUtils.jumpExternalWebPage(item.linkUrl) | ||
| 87 | - //ProcessUtils.gotoWeb(item); | ||
| 88 | - }else{ | ||
| 89 | - ProcessUtils.processPage(item) | ||
| 90 | - } | 82 | + |
| 83 | + ProcessUtils.processPage(item) | ||
| 84 | + // if (item.objectType === '11') { | ||
| 85 | + // ProcessUtils.jumpExternalWebPage | ||
| 86 | + // ProcessUtils.jumpChannelTab(item.objectId, item.pageId, item.newsTitle) | ||
| 87 | + // } else if(item.objectType === '6'){ | ||
| 88 | + // ProcessUtils.jumpExternalWebPage(item.linkUrl) | ||
| 89 | + // //ProcessUtils.gotoWeb(item); | ||
| 90 | + // }else{ | ||
| 91 | + // ProcessUtils.processPage(item) | ||
| 92 | + // } | ||
| 91 | }) | 93 | }) |
| 92 | } | 94 | } |
| 93 | } | 95 | } |
-
Please register or login to post a comment