wuyanan

fix |> 修复直播结束页面,不存在人民号信息时,有人民号头像边框问题

... ... @@ -136,7 +136,7 @@ export struct PlayerEndView {
.height(254)
.backgroundColor('#999999')
.borderRadius(4)
if (this.contentDetailData.rmhInfo != null) {
Image(this.contentDetailData.rmhInfo?.rmhHeadUrl)
.width(80)
.height(80)
... ... @@ -147,6 +147,7 @@ export struct PlayerEndView {
.position({ x: '50%', y: 0 })
.markAnchor({ x: '50%', y: '50%' })
}
}
.width(307)
.padding({ top: 40 })
... ...