陈剑华

feat: 17894 功能缺陷-【uat】进入新闻-推荐页,显示zh_single_Column-12

@@ -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