Showing
1 changed file
with
3 additions
and
3 deletions
| @@ -131,11 +131,11 @@ export struct RmhTitle { | @@ -131,11 +131,11 @@ export struct RmhTitle { | ||
| 131 | build() { | 131 | build() { |
| 132 | Flex() { | 132 | Flex() { |
| 133 | Stack() { | 133 | Stack() { |
| 134 | - Image(this.loadImg ? this.rmhInfo?.rmhHeadUrl : this.rmhInfo.userType == '1'?$r('app.media.default_head_userPage'):$r('app.media.comment_rmh_tag')) | ||
| 135 | - .alt(this.rmhInfo.userType == '1'?$r('app.media.default_head_userPage'):$r('app.media.comment_rmh_tag')) | 134 | + Image(this.loadImg ? this.rmhInfo?.rmhHeadUrl : this.rmhInfo.userType == '1'?$r('app.media.default_head_userPage'):$r('app.media.AccountOwner_DefaultIcon')) |
| 135 | + .alt(this.rmhInfo.userType == '1'?$r('app.media.default_head_userPage'):$r('app.media.AccountOwner_DefaultIcon')) | ||
| 136 | .width(36) | 136 | .width(36) |
| 137 | .height(36) | 137 | .height(36) |
| 138 | - .borderRadius(50) | 138 | + .borderRadius(18) |
| 139 | .border({ | 139 | .border({ |
| 140 | width: 0.5, | 140 | width: 0.5, |
| 141 | color: '#0D000000', // 5% 透明度的黑色 | 141 | color: '#0D000000', // 5% 透明度的黑色 |
-
Please register or login to post a comment