Showing
1 changed file
with
2 additions
and
1 deletions
| @@ -78,8 +78,9 @@ export struct CardMediaInfo { | @@ -78,8 +78,9 @@ export struct CardMediaInfo { | ||
| 78 | Text(DateTimeUtils.getFormattedDuration(this.contentDTO.videoInfo.videoDuration * 1000)) | 78 | Text(DateTimeUtils.getFormattedDuration(this.contentDTO.videoInfo.videoDuration * 1000)) |
| 79 | .mediaText() | 79 | .mediaText() |
| 80 | .fontFamily('BebasNeue') | 80 | .fontFamily('BebasNeue') |
| 81 | + | ||
| 81 | } | 82 | } |
| 82 | - } | 83 | + } .margin({ left: 68,top: 135}) |
| 83 | } else if (this.contentDTO.objectType === '2') { | 84 | } else if (this.contentDTO.objectType === '2') { |
| 84 | // liveInfo.liveState 直播新闻-直播状态 wait待开播running直播中end已结束cancel已取消paused暂停 | 85 | // liveInfo.liveState 直播新闻-直播状态 wait待开播running直播中end已结束cancel已取消paused暂停 |
| 85 | // 显示直播信息 | 86 | // 显示直播信息 |
-
Please register or login to post a comment