Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -40,7 +40,7 @@ export struct HorizontalStrokeCardThreeTwoRadioForOneComponent { | @@ -40,7 +40,7 @@ export struct HorizontalStrokeCardThreeTwoRadioForOneComponent { | ||
| 40 | .width('100%') | 40 | .width('100%') |
| 41 | 41 | ||
| 42 | 42 | ||
| 43 | - Image($r("app.media.setting")) | 43 | + Image(this.compDTO.operDataList[0].coverUrl) |
| 44 | .aspectRatio(1.5) | 44 | .aspectRatio(1.5) |
| 45 | .width('100%') | 45 | .width('100%') |
| 46 | .borderRadius(4) | 46 | .borderRadius(4) |
-
Please register or login to post a comment