Showing
1 changed file
with
7 additions
and
1 deletions
| @@ -73,13 +73,19 @@ export struct ZhGridLayout03 { | @@ -73,13 +73,19 @@ export struct ZhGridLayout03 { | ||
| 73 | bottom:11 | 73 | bottom:11 |
| 74 | }) | 74 | }) |
| 75 | .textOverflow({ overflow: TextOverflow.Ellipsis }) | 75 | .textOverflow({ overflow: TextOverflow.Ellipsis }) |
| 76 | + | ||
| 76 | } | 77 | } |
| 77 | .width('100%') | 78 | .width('100%') |
| 78 | .onClick((event: ClickEvent) => { | 79 | .onClick((event: ClickEvent) => { |
| 80 | + console.log('333rt',JSON.stringify(item)) | ||
| 79 | InfomationCardClick.track(this.compDTO, item, this.pageId, this.pageName) | 81 | InfomationCardClick.track(this.compDTO, item, this.pageId, this.pageName) |
| 80 | if (item.objectType === '11') { | 82 | if (item.objectType === '11') { |
| 83 | + ProcessUtils.jumpExternalWebPage | ||
| 81 | ProcessUtils.jumpChannelTab(item.objectId, item.pageId, item.newsTitle) | 84 | ProcessUtils.jumpChannelTab(item.objectId, item.pageId, item.newsTitle) |
| 82 | - } else { | 85 | + } else if(item.objectType === '6'){ |
| 86 | + ProcessUtils.jumpExternalWebPage(item.linkUrl) | ||
| 87 | + //ProcessUtils.gotoWeb(item); | ||
| 88 | + }else{ | ||
| 83 | ProcessUtils.processPage(item) | 89 | ProcessUtils.processPage(item) |
| 84 | } | 90 | } |
| 85 | }) | 91 | }) |
-
Please register or login to post a comment