Showing
1 changed file
with
9 additions
and
9 deletions
| @@ -121,15 +121,15 @@ export struct CompParser { | @@ -121,15 +121,15 @@ export struct CompParser { | ||
| 121 | CardParser({ contentDTO: this.compDTO.operDataList[0], compDTO: this.compDTO }); | 121 | CardParser({ contentDTO: this.compDTO.operDataList[0], compDTO: this.compDTO }); |
| 122 | Divider().strokeWidth(1).color('#f5f5f5').padding({ left: 16, right: 16 }) | 122 | Divider().strokeWidth(1).color('#f5f5f5').padding({ left: 16, right: 16 }) |
| 123 | } else { | 123 | } else { |
| 124 | - Text(this.compDTO.compStyle) | ||
| 125 | - .width(CommonConstants.FULL_PARENT) | ||
| 126 | - .padding(10) | ||
| 127 | - .onClick(() => { | ||
| 128 | - if (this.compDTO.compStyle === CompStyle.Zh_Single_Row_06) { //精选评论 | ||
| 129 | - WDRouterRule.jumpWithPage(WDRouterPage.QualityCommentsPage) | ||
| 130 | - } | ||
| 131 | - }) | ||
| 132 | - Divider().strokeWidth(1).color('#f5f5f5').padding({ left: 16, right: 16 }) | 124 | + // Text(this.compDTO.compStyle) |
| 125 | + // .width(CommonConstants.FULL_PARENT) | ||
| 126 | + // .padding(10) | ||
| 127 | + // .onClick(() => { | ||
| 128 | + // if (this.compDTO.compStyle === CompStyle.Zh_Single_Row_06) { //精选评论 | ||
| 129 | + // WDRouterRule.jumpWithPage(WDRouterPage.QualityCommentsPage) | ||
| 130 | + // } | ||
| 131 | + // }) | ||
| 132 | + // Divider().strokeWidth(1).color('#f5f5f5').padding({ left: 16, right: 16 }) | ||
| 133 | } | 133 | } |
| 134 | } | 134 | } |
| 135 | 135 |
-
Please register or login to post a comment