Showing
1 changed file
with
5 additions
and
1 deletions
| @@ -239,7 +239,11 @@ export class ProcessUtils { | @@ -239,7 +239,11 @@ export class ProcessUtils { | ||
| 239 | break; | 239 | break; |
| 240 | case ContentConstants.TYPE_CHANNEL: | 240 | case ContentConstants.TYPE_CHANNEL: |
| 241 | // 频道跳转 | 241 | // 频道跳转 |
| 242 | - HomeChannelUtils.jumpChannelTab(content.objectId, content.pageId, content.newsTitle) | 242 | + if (content.objectId == '2006') { |
| 243 | + ProcessUtils.gotoENewsPaper(); | ||
| 244 | + } else { | ||
| 245 | + HomeChannelUtils.jumpChannelTab(content.objectId, content.pageId, content.newsTitle) | ||
| 246 | + } | ||
| 243 | break; | 247 | break; |
| 244 | //动态详情页(动态图文) | 248 | //动态详情页(动态图文) |
| 245 | case ContentConstants.TYPE_FOURTEEN: | 249 | case ContentConstants.TYPE_FOURTEEN: |
-
Please register or login to post a comment