Showing
3 changed files
with
3 additions
and
1 deletions
| @@ -270,6 +270,7 @@ export struct MultiPictureDetailPageComponent { | @@ -270,6 +270,7 @@ export struct MultiPictureDetailPageComponent { | ||
| 270 | .indicator(false) | 270 | .indicator(false) |
| 271 | .displayCount(1) | 271 | .displayCount(1) |
| 272 | .loop(false) | 272 | .loop(false) |
| 273 | + .effectMode(EdgeEffect.None) | ||
| 273 | .id('e_swiper_content') | 274 | .id('e_swiper_content') |
| 274 | .alignRules({ | 275 | .alignRules({ |
| 275 | center: { anchor: "__container__", align: VerticalAlign.Center }, | 276 | center: { anchor: "__container__", align: VerticalAlign.Center }, |
| @@ -51,6 +51,7 @@ export struct CardSourceInfo { | @@ -51,6 +51,7 @@ export struct CardSourceInfo { | ||
| 51 | .fontColor($r("app.color.color_B0B0B0")) | 51 | .fontColor($r("app.color.color_B0B0B0")) |
| 52 | .flexShrink(0) | 52 | .flexShrink(0) |
| 53 | .margin({ left: 6 }) | 53 | .margin({ left: 6 }) |
| 54 | + .visibility(Number(this.contentDTO?.interactData?.commentNum) === 0 ? Visibility.None : Visibility.Visible) | ||
| 54 | } | 55 | } |
| 55 | } | 56 | } |
| 56 | .width(CommonConstants.FULL_WIDTH) | 57 | .width(CommonConstants.FULL_WIDTH) |
| @@ -91,7 +91,7 @@ export struct ZhSingleRow06 { | @@ -91,7 +91,7 @@ export struct ZhSingleRow06 { | ||
| 91 | 91 | ||
| 92 | Row() { | 92 | Row() { |
| 93 | Text(DateTimeUtils.getCommentTime(this.compDTO.operDataList[0]?.commentInfo?.publishTime)) | 93 | Text(DateTimeUtils.getCommentTime(this.compDTO.operDataList[0]?.commentInfo?.publishTime)) |
| 94 | - .fontSize(14) | 94 | + .fontSize(12) |
| 95 | .fontColor(0x999999) | 95 | .fontColor(0x999999) |
| 96 | 96 | ||
| 97 | Row(){ | 97 | Row(){ |
-
Please register or login to post a comment