Showing
1 changed file
with
21 additions
and
3 deletions
| @@ -47,46 +47,64 @@ export struct CompParser { | @@ -47,46 +47,64 @@ export struct CompParser { | ||
| 47 | // if (compDTO.operDataList[0]?.objectType !== '3' && compDTO.operDataList[0]?.objectType !== '13') { //暂时屏蔽活动和音频详情入口 | 47 | // if (compDTO.operDataList[0]?.objectType !== '3' && compDTO.operDataList[0]?.objectType !== '13') { //暂时屏蔽活动和音频详情入口 |
| 48 | if (compDTO.compStyle === CompStyle.Label_03) { | 48 | if (compDTO.compStyle === CompStyle.Label_03) { |
| 49 | LabelComponent({ compDTO: compDTO }) | 49 | LabelComponent({ compDTO: compDTO }) |
| 50 | + Divider().strokeWidth(1).color('#f5f5f5').padding({ left: 16, right: 16 }) | ||
| 50 | } else if (compDTO.compStyle === CompStyle.Zh_Carousel_Layout_01) { | 51 | } else if (compDTO.compStyle === CompStyle.Zh_Carousel_Layout_01) { |
| 51 | ZhCarouselLayout01({ compDTO: compDTO }) | 52 | ZhCarouselLayout01({ compDTO: compDTO }) |
| 53 | + Divider().strokeWidth(1).color('#f5f5f5').padding({ left: 16, right: 16 }) | ||
| 52 | } else if (compDTO.compStyle === CompStyle.Zh_Single_Row_01 && compDTO.imageScale === 2) { | 54 | } else if (compDTO.compStyle === CompStyle.Zh_Single_Row_01 && compDTO.imageScale === 2) { |
| 53 | LiveHorizontalCardComponent({ compDTO: compDTO }) | 55 | LiveHorizontalCardComponent({ compDTO: compDTO }) |
| 56 | + Divider().strokeWidth(1).color('#f5f5f5').padding({ left: 16, right: 16 }) | ||
| 54 | } else if (compDTO.compStyle === CompStyle.Zh_Single_Row_01 && compDTO.imageScale === 3) { | 57 | } else if (compDTO.compStyle === CompStyle.Zh_Single_Row_01 && compDTO.imageScale === 3) { |
| 55 | if (compDTO.operDataList.length > 1) { | 58 | if (compDTO.operDataList.length > 1) { |
| 56 | HorizontalStrokeCardThreeTwoRadioForMoreComponent({ compDTO: compDTO }) | 59 | HorizontalStrokeCardThreeTwoRadioForMoreComponent({ compDTO: compDTO }) |
| 57 | } else { | 60 | } else { |
| 58 | HorizontalStrokeCardThreeTwoRadioForOneComponent({ compDTO: compDTO }) | 61 | HorizontalStrokeCardThreeTwoRadioForOneComponent({ compDTO: compDTO }) |
| 59 | } | 62 | } |
| 63 | + Divider().strokeWidth(1).color('#f5f5f5').padding({ left: 16, right: 16 }) | ||
| 60 | } else if (compDTO.compStyle === CompStyle.Zh_Single_Row_02) { | 64 | } else if (compDTO.compStyle === CompStyle.Zh_Single_Row_02) { |
| 61 | ZhSingleRow02({ compDTO }) | 65 | ZhSingleRow02({ compDTO }) |
| 66 | + Divider().strokeWidth(1).color('#f5f5f5').padding({ left: 16, right: 16 }) | ||
| 62 | } else if (compDTO.compStyle === CompStyle.Zh_Single_Row_03) { | 67 | } else if (compDTO.compStyle === CompStyle.Zh_Single_Row_03) { |
| 63 | ZhSingleRow03({ compDTO: compDTO }) | 68 | ZhSingleRow03({ compDTO: compDTO }) |
| 69 | + Divider().strokeWidth(1).color('#f5f5f5').padding({ left: 16, right: 16 }) | ||
| 64 | } else if (compDTO.compStyle === CompStyle.Zh_Grid_Layout_02) { | 70 | } else if (compDTO.compStyle === CompStyle.Zh_Grid_Layout_02) { |
| 65 | ZhGridLayout02({ compDTO: compDTO }) | 71 | ZhGridLayout02({ compDTO: compDTO }) |
| 72 | + Divider().strokeWidth(1).color('#f5f5f5').padding({ left: 16, right: 16 }) | ||
| 66 | } else if (compDTO.compStyle === CompStyle.Zh_Grid_Layout_03) { | 73 | } else if (compDTO.compStyle === CompStyle.Zh_Grid_Layout_03) { |
| 67 | ZhGridLayout03({ compDTO: compDTO }) | 74 | ZhGridLayout03({ compDTO: compDTO }) |
| 75 | + Divider().strokeWidth(1).color('#f5f5f5').padding({ left: 16, right: 16 }) | ||
| 68 | } else if (compDTO.compStyle === CompStyle.Zh_Single_Row_04) { | 76 | } else if (compDTO.compStyle === CompStyle.Zh_Single_Row_04) { |
| 69 | ZhSingleRow04({ compDTO: compDTO }) | 77 | ZhSingleRow04({ compDTO: compDTO }) |
| 78 | + Divider().strokeWidth(1).color('#f5f5f5').padding({ left: 16, right: 16 }) | ||
| 70 | } else if (compDTO.compStyle === CompStyle.Zh_Single_Row_05) { | 79 | } else if (compDTO.compStyle === CompStyle.Zh_Single_Row_05) { |
| 71 | ZhSingleRow05({ compDTO }) | 80 | ZhSingleRow05({ compDTO }) |
| 81 | + Divider().strokeWidth(1).color('#f5f5f5').padding({ left: 16, right: 16 }) | ||
| 72 | } else if (compDTO.compStyle === CompStyle.Zh_Single_Row_06) { | 82 | } else if (compDTO.compStyle === CompStyle.Zh_Single_Row_06) { |
| 73 | ZhSingleRow06({ compDTO }) | 83 | ZhSingleRow06({ compDTO }) |
| 84 | + Divider().strokeWidth(1).color('#f5f5f5').padding({ left: 16, right: 16 }) | ||
| 74 | } else if (compDTO.compStyle === CompStyle.Zh_Single_Column_02) { | 85 | } else if (compDTO.compStyle === CompStyle.Zh_Single_Column_02) { |
| 75 | //头图卡 和comStyle 2相同, | 86 | //头图卡 和comStyle 2相同, |
| 76 | Card5Component({ contentDTO: compDTO.operDataList[0] }) | 87 | Card5Component({ contentDTO: compDTO.operDataList[0] }) |
| 88 | + Divider().strokeWidth(1).color('#f5f5f5').padding({ left: 16, right: 16 }) | ||
| 77 | } else if (compDTO.compStyle === CompStyle.Zh_Single_Column_03) { | 89 | } else if (compDTO.compStyle === CompStyle.Zh_Single_Column_03) { |
| 78 | // 大图卡 | 90 | // 大图卡 |
| 79 | Card2Component({ contentDTO: compDTO.operDataList[0] }) | 91 | Card2Component({ contentDTO: compDTO.operDataList[0] }) |
| 92 | + Divider().strokeWidth(1).color('#f5f5f5').padding({ left: 16, right: 16 }) | ||
| 80 | } else if (compDTO.compStyle === CompStyle.Zh_Single_Column_04) { | 93 | } else if (compDTO.compStyle === CompStyle.Zh_Single_Column_04) { |
| 81 | ZhSingleColumn04({ compDTO: compDTO }) | 94 | ZhSingleColumn04({ compDTO: compDTO }) |
| 82 | - // } else if (compDTO.compStyle === CompStyle.Zh_Single_Column_05) { | ||
| 83 | - // ZhSingleColumn05({ compDTO: compDTO }) | 95 | + Divider().strokeWidth(1).color('#f5f5f5').padding({ left: 16, right: 16 }) |
| 96 | + } else if (compDTO.compStyle === CompStyle.Zh_Single_Column_05) { | ||
| 97 | + // ZhSingleColumn05({ compDTO: compDTO }) | ||
| 98 | + // Divider().strokeWidth(1).color('#f5f5f5').padding({ left: 16, right: 16 }) | ||
| 84 | } else if (compDTO.compStyle === CompStyle.Zh_Single_Column_09) { | 99 | } else if (compDTO.compStyle === CompStyle.Zh_Single_Column_09) { |
| 85 | ZhSingleColumn09({ compDTO }) | 100 | ZhSingleColumn09({ compDTO }) |
| 101 | + Divider().strokeWidth(1).color('#f5f5f5').padding({ left: 16, right: 16 }) | ||
| 86 | } else if (compDTO.compStyle === CompStyle.Card_Comp_Adv) { // 广告 | 102 | } else if (compDTO.compStyle === CompStyle.Card_Comp_Adv) { // 广告 |
| 87 | AdvCardParser({compDTO}) | 103 | AdvCardParser({compDTO}) |
| 104 | + Divider().strokeWidth(1).color('#f5f5f5').padding({ left: 16, right: 16 }) | ||
| 88 | } else if (!Number.isNaN(Number(compDTO.compStyle))) { | 105 | } else if (!Number.isNaN(Number(compDTO.compStyle))) { |
| 89 | CardParser({ contentDTO: compDTO.operDataList[0] }); | 106 | CardParser({ contentDTO: compDTO.operDataList[0] }); |
| 107 | + Divider().strokeWidth(1).color('#f5f5f5').padding({ left: 16, right: 16 }) | ||
| 90 | } | 108 | } |
| 91 | else { | 109 | else { |
| 92 | Text(compDTO.compStyle) | 110 | Text(compDTO.compStyle) |
| @@ -97,8 +115,8 @@ export struct CompParser { | @@ -97,8 +115,8 @@ export struct CompParser { | ||
| 97 | WDRouterRule.jumpWithPage(WDRouterPage.QualityCommentsPage) | 115 | WDRouterRule.jumpWithPage(WDRouterPage.QualityCommentsPage) |
| 98 | } | 116 | } |
| 99 | }) | 117 | }) |
| 118 | + Divider().strokeWidth(1).color('#f5f5f5').padding({ left: 16, right: 16 }) | ||
| 100 | } | 119 | } |
| 101 | - Divider().strokeWidth(1).color('#f5f5f5').padding({ left: 16, right: 16 }) | ||
| 102 | } | 120 | } |
| 103 | 121 | ||
| 104 | // } | 122 | // } |
-
Please register or login to post a comment