Showing
1 changed file
with
4 additions
and
2 deletions
| @@ -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 | - Divider().strokeWidth(8).color('#f5f5f5') | ||
| 190 | - RecommendList({ recommendList: this.recommendList }) | 189 | + Column(){ |
| 190 | + Divider().strokeWidth(8).color('#f5f5f5') | ||
| 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) { |
-
Please register or login to post a comment