wuyanan

fix |> 修复竖屏直播结束页人民号头像显示不正确问题

... ... @@ -137,7 +137,7 @@ export struct PlayerEndView {
.backgroundColor('#999999')
.borderRadius(4)
Image(this.contentDetailData?.fullColumnImgUrls[0]?.url)
Image(this.contentDetailData.rmhInfo?.rmhHeadUrl)
.width(80)
.height(80)
.borderRadius(40)
... ...