Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
wangyong_wd
2024-03-29 17:04:44 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
8b76043d61461dc8a0da22ff6a68f5e449bf0f17
8b76043d
1 parent
dbca1346
专题点击跳转h5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
sight_harmony/features/wdComponent/src/main/ets/utils/ProcessUtils.ets
sight_harmony/features/wdComponent/src/main/ets/utils/ProcessUtils.ets
View file @
8b76043
...
...
@@ -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;
...
...
Please
register
or
login
to post a comment