wangyong_wd

专题点击跳转h5

... ... @@ -41,13 +41,21 @@ export class ProcessUtils {
break;
case ContentConstants.TYPE_SPECIAL_TOPIC:
// 专题详情,跳转h5
// ProcessUtils.gotoWeb(content);
ProcessUtils.gotoSpecialTopic(content);
break;
default:
break;
}
}
private static gotoSpecialTopic(content: ContentDTO) {
let taskAction: Action = {
type: 'JUMP_H5_BY_WEB_VIEW',
params: {
url: content.linkUrl
} as Params,
};
WDRouterRule.jumpWithAction(taskAction)
}
private static gotoWeb(content: ContentDTO) {
// // topicId
// content.channelId;
... ...