Showing
2 changed files
with
2 additions
and
2 deletions
| @@ -221,7 +221,7 @@ export struct ImageAndTextPageComponent { | @@ -221,7 +221,7 @@ export struct ImageAndTextPageComponent { | ||
| 221 | .alignContent(Alignment.Top) | 221 | .alignContent(Alignment.Top) |
| 222 | .position({y:'86%'}) | 222 | .position({y:'86%'}) |
| 223 | .width(CommonConstants.FULL_WIDTH) | 223 | .width(CommonConstants.FULL_WIDTH) |
| 224 | - .height(120) | 224 | + .height(200) |
| 225 | 225 | ||
| 226 | // 发布时间 | 226 | // 发布时间 |
| 227 | Column() { | 227 | Column() { |
| @@ -118,7 +118,7 @@ export struct CardSourceInfo { | @@ -118,7 +118,7 @@ export struct CardSourceInfo { | ||
| 118 | } | 118 | } |
| 119 | 119 | ||
| 120 | // 点 | 120 | // 点 |
| 121 | - if (this.showTime() || ((this.contentDTO.rmhPlatform === 1 && this.contentDTO.rmhInfo?.rmhName && | 121 | + if (((this.contentDTO.rmhPlatform === 1 && this.contentDTO.rmhInfo?.rmhName && |
| 122 | this.contentDTO.rmhInfo?.rmhName != '') || (this.contentDTO.source && this.contentDTO.source != '')) && | 122 | this.contentDTO.rmhInfo?.rmhName != '') || (this.contentDTO.source && this.contentDTO.source != '')) && |
| 123 | (this.getContentDtoBean()?.interactData?.commentNum | 123 | (this.getContentDtoBean()?.interactData?.commentNum |
| 124 | // || DateTimeUtils.getCommentTime(Number.parseFloat(this.contentDTO.publishTime)) != '' | 124 | // || DateTimeUtils.getCommentTime(Number.parseFloat(this.contentDTO.publishTime)) != '' |
-
Please register or login to post a comment