Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -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) |
-
Please register or login to post a comment