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
张善主
2024-06-26 11:11:47 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
59eafc527778f098476cdb2b748ef6c8a6f18e48
59eafc52
1 parent
e11bf002
fix(19154): 话题专题--话题专题中引用专题和文章,专题入口处点击引用内容,应跳转到点击内容详情页,实际跳转到话题专题详情页。
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
sight_harmony/commons/wdRouter/src/main/ets/utils/ProcessUtils.ets
sight_harmony/commons/wdRouter/src/main/ets/utils/ProcessUtils.ets
View file @
59eafc5
...
...
@@ -184,6 +184,8 @@ export class ProcessUtils {
ProcessUtils.gotoAudio(content)
break;
case ContentConstants.TYPE_TELETEXT:
ProcessUtils.gotoWeb(content);
break;
case ContentConstants.TYPE_Activity:
// 图文详情,跳转h5
if (content?.linkUrl) { //有 linkUrl 走专题页展示逻辑
...
...
Please
register
or
login
to post a comment