yangchenggong1_wd

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

... ... @@ -189,7 +189,7 @@ export struct ImageAndTextPageComponent {
Column(){
Divider().strokeWidth(8).color('#f5f5f5')
RecommendList({ recommendList: this.recommendList })
}.padding({bottom:this.contentDetailData?.openComment ? 0 : 44 })
}.padding({bottom:this.contentDetailData?.openComment ? 0 : 44 + 8 })
}
// 评论
if (this.contentDetailData?.openComment) {
... ...