Showing
1 changed file
with
1 additions
and
0 deletions
| @@ -58,6 +58,7 @@ export class ProcessUtils { | @@ -58,6 +58,7 @@ export class ProcessUtils { | ||
| 58 | break; | 58 | break; |
| 59 | //动态详情页(动态图文) | 59 | //动态详情页(动态图文) |
| 60 | case ContentConstants.TYPE_FOURTEEN: | 60 | case ContentConstants.TYPE_FOURTEEN: |
| 61 | + ProcessUtils.gotoDynamicDetailPage(content); | ||
| 61 | //动态详情页(动态视频) | 62 | //动态详情页(动态视频) |
| 62 | case ContentConstants.TYPE_FIFTEEN: | 63 | case ContentConstants.TYPE_FIFTEEN: |
| 63 | ProcessUtils.gotoDynamicDetailPage(content); | 64 | ProcessUtils.gotoDynamicDetailPage(content); |
-
Please register or login to post a comment