Showing
3 changed files
with
4 additions
and
3 deletions
| @@ -54,7 +54,7 @@ export function registerRouter() { | @@ -54,7 +54,7 @@ export function registerRouter() { | ||
| 54 | // } | 54 | // } |
| 55 | if (action.params?.detailPageType == 7 || action.params?.detailPageType == 8) { | 55 | if (action.params?.detailPageType == 7 || action.params?.detailPageType == 8) { |
| 56 | return WDRouterPage.detailPlayShortVideoPage | 56 | return WDRouterPage.detailPlayShortVideoPage |
| 57 | - } else if (action.params?.detailPageType == 13 ) { | 57 | + } else if (action.params?.detailPageType == 17 ) { |
| 58 | return WDRouterPage.multiPictureDetailPage | 58 | return WDRouterPage.multiPictureDetailPage |
| 59 | }else if(action.params?.detailPageType == 13 ){ | 59 | }else if(action.params?.detailPageType == 13 ){ |
| 60 | return WDRouterPage.audioDetail | 60 | return WDRouterPage.audioDetail |
| @@ -16,6 +16,7 @@ export interface Params { | @@ -16,6 +16,7 @@ export interface Params { | ||
| 16 | // 6.挂件详情页 | 16 | // 6.挂件详情页 |
| 17 | // 7.沉浸式竖屏详情页 | 17 | // 7.沉浸式竖屏详情页 |
| 18 | // 8.专辑竖屏详情页 | 18 | // 8.专辑竖屏详情页 |
| 19 | - // 9.多图(图集)详情页 | 19 | + // 13.音频详情页 |
| 20 | + // 17.多图(图集)详情页 | ||
| 20 | detailPageType?:number; // 详情页类型 | 21 | detailPageType?:number; // 详情页类型 |
| 21 | } | 22 | } |
| @@ -103,7 +103,7 @@ export struct AlbumCardComponent { | @@ -103,7 +103,7 @@ export struct AlbumCardComponent { | ||
| 103 | let taskAction: Action = { | 103 | let taskAction: Action = { |
| 104 | type: 'JUMP_DETAIL_PAGE', | 104 | type: 'JUMP_DETAIL_PAGE', |
| 105 | params: { | 105 | params: { |
| 106 | - detailPageType: 13, | 106 | + detailPageType: 17, |
| 107 | contentID: this.compDTO.operDataList?.[0].objectId, | 107 | contentID: this.compDTO.operDataList?.[0].objectId, |
| 108 | extra: { | 108 | extra: { |
| 109 | relType: this.compDTO.operDataList?.[0].relType, | 109 | relType: this.compDTO.operDataList?.[0].relType, |
-
Please register or login to post a comment