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-03-29 15:56:51 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
9052b93159f6d0643b017e9a6c3951a8e26af546
9052b931
1 parent
ebaf3c95
17.多图(图集)详情页
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
3 deletions
sight_harmony/commons/wdRouter/src/main/ets/router/Action2Page.ets
sight_harmony/features/wdBean/src/main/ets/bean/content/Params.ts
sight_harmony/features/wdComponent/src/main/ets/components/view/AlbumCardComponent.ets
sight_harmony/commons/wdRouter/src/main/ets/router/Action2Page.ets
View file @
9052b93
...
...
@@ -54,7 +54,7 @@ export function registerRouter() {
// }
if (action.params?.detailPageType == 7 || action.params?.detailPageType == 8) {
return WDRouterPage.detailPlayShortVideoPage
} else if (action.params?.detailPageType == 1
3
) {
} else if (action.params?.detailPageType == 1
7
) {
return WDRouterPage.multiPictureDetailPage
}else if(action.params?.detailPageType == 13 ){
return WDRouterPage.audioDetail
...
...
sight_harmony/features/wdBean/src/main/ets/bean/content/Params.ts
View file @
9052b93
...
...
@@ -16,6 +16,7 @@ export interface Params {
// 6.挂件详情页
// 7.沉浸式竖屏详情页
// 8.专辑竖屏详情页
// 9.多图(图集)详情页
// 13.音频详情页
// 17.多图(图集)详情页
detailPageType
?:
number
;
// 详情页类型
}
...
...
sight_harmony/features/wdComponent/src/main/ets/components/view/AlbumCardComponent.ets
View file @
9052b93
...
...
@@ -103,7 +103,7 @@ export struct AlbumCardComponent {
let taskAction: Action = {
type: 'JUMP_DETAIL_PAGE',
params: {
detailPageType: 1
3
,
detailPageType: 1
7
,
contentID: this.compDTO.operDataList?.[0].objectId,
extra: {
relType: this.compDTO.operDataList?.[0].relType,
...
...
Please
register
or
login
to post a comment