陈剑华

fix: 20529 【生产环境】人民号,分割线比较粗

@@ -152,7 +152,7 @@ export struct CompParser { @@ -152,7 +152,7 @@ export struct CompParser {
152 } else if (this.compDTO.compStyle === CompStyle.Zh_Grid_Layout_02) { //双列流小视频,一行两图卡 ->标题 152 } else if (this.compDTO.compStyle === CompStyle.Zh_Grid_Layout_02) { //双列流小视频,一行两图卡 ->标题
153 //ZhGridLayout02({ compDTO: this.compDTO }) 153 //ZhGridLayout02({ compDTO: this.compDTO })
154 CompNormalTitle({ compDTO: this.compDTO }) 154 CompNormalTitle({ compDTO: this.compDTO })
155 - this.getBehindDivider() 155 + // this.getBehindDivider()
156 } else if (this.compDTO.compStyle === CompStyle.Card_Comp_Zh_Grid_Layout_02) { //双列流小视频,一行两图卡 156 } else if (this.compDTO.compStyle === CompStyle.Card_Comp_Zh_Grid_Layout_02) { //双列流小视频,一行两图卡
157 157
158 ZhGridLayout02NewsContent({ 158 ZhGridLayout02NewsContent({
@@ -161,7 +161,7 @@ export struct CompParser { @@ -161,7 +161,7 @@ export struct CompParser {
161 pageId: this.pageId, 161 pageId: this.pageId,
162 pageName: this.pageName 162 pageName: this.pageName
163 }) 163 })
164 - this.getBehindDivider() 164 + // this.getBehindDivider()
165 165
166 } else if (this.compDTO.compStyle === CompStyle.Zh_Grid_Layout_03) { 166 } else if (this.compDTO.compStyle === CompStyle.Zh_Grid_Layout_03) {
167 ZhGridLayout03({ compDTO: this.compDTO, pageId: this.pageId, pageName: this.pageName }) 167 ZhGridLayout03({ compDTO: this.compDTO, pageId: this.pageId, pageName: this.pageName })
@@ -101,7 +101,7 @@ export struct PeopleShipHomeArticleListComponent { @@ -101,7 +101,7 @@ export struct PeopleShipHomeArticleListComponent {
101 Column() { 101 Column() {
102 CardParser({compDTO:new CompDTO, contentDTO: item , isPeopleShipHome:true}) 102 CardParser({compDTO:new CompDTO, contentDTO: item , isPeopleShipHome:true})
103 .margin({left: 6, right: 6}) 103 .margin({left: 6, right: 6})
104 - Divider().strokeWidth(1).color('#f5f5f5').padding({ left: 16, right: 16 }) 104 + // Divider().strokeWidth(1).color('#f5f5f5').padding({ left: 16, right: 16 })
105 } 105 }
106 }.width("100%") 106 }.width("100%")
107 .backgroundColor(Color.Transparent) 107 .backgroundColor(Color.Transparent)