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-15 14:33:02 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
bbbda9464dc3469483fb8747907497695b44f225
bbbda946
1 parent
9a516bc1
feat(图集):跳转逻辑
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 @
bbbda94
...
...
@@ -55,7 +55,7 @@ export function registerRouter() {
return WDRouterPage.detailVideoListPage
}else if(action.params?.detailPageType == 9){
//图集详情页
return WDRouterPage.
detailVideoList
Page
return WDRouterPage.
multiPictureDetail
Page
}else if(action.params?.detailPageType == 14 || action.params?.detailPageType == 15){
//动态详情页
return WDRouterPage.dynamicDetailPage
...
...
Please
register
or
login
to post a comment