yangchenggong1_wd

fix |> 20448 不能评论的稿件详情页面,最下方的推荐阅读,展示不完整

@@ -186,8 +186,10 @@ export struct ImageAndTextPageComponent { @@ -186,8 +186,10 @@ export struct ImageAndTextPageComponent {
186 .justifyContent(FlexAlign.Center) 186 .justifyContent(FlexAlign.Center)
187 } 187 }
188 if (this.recommendList.length > 0) { 188 if (this.recommendList.length > 0) {
  189 + Column(){
189 Divider().strokeWidth(8).color('#f5f5f5') 190 Divider().strokeWidth(8).color('#f5f5f5')
190 RecommendList({ recommendList: this.recommendList }) 191 RecommendList({ recommendList: this.recommendList })
  192 + }.padding({bottom:this.contentDetailData?.openComment ? 0 : 44 })
191 } 193 }
192 // 评论 194 // 评论
193 if (this.contentDetailData?.openComment) { 195 if (this.contentDetailData?.openComment) {