wuyanan

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

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