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-04-01 09:53:58 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0f69ba8b66ae1bd5749e981dc721bef436b621e7
0f69ba8b
1 parent
2437b647
Action2Page.ets detailPageType == 17 多图(图集)详情页
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/commons/wdRouter/src/main/ets/router/Action2Page.ets
sight_harmony/commons/wdRouter/src/main/ets/router/Action2Page.ets
View file @
0f69ba8
...
...
@@ -54,7 +54,7 @@ export function registerRouter() {
// }
if (action.params?.detailPageType == 7 || action.params?.detailPageType == 8) {
return WDRouterPage.detailVideoListPage
} else if (action.params?.detailPageType ==
9
) {
} else if (action.params?.detailPageType ==
17
) {
return WDRouterPage.multiPictureDetailPage
} else if (action.params?.detailPageType == 13) {
return WDRouterPage.audioDetail
...
...
Please
register
or
login
to post a comment