Showing
1 changed file
with
2 additions
and
1 deletions
| @@ -30,6 +30,7 @@ export struct ZhSingleRow06 { | @@ -30,6 +30,7 @@ export struct ZhSingleRow06 { | ||
| 30 | this.loadImg = await onlyWifiLoadImg(); | 30 | this.loadImg = await onlyWifiLoadImg(); |
| 31 | } | 31 | } |
| 32 | 32 | ||
| 33 | + | ||
| 33 | /** | 34 | /** |
| 34 | * 点赞、取消点赞 | 35 | * 点赞、取消点赞 |
| 35 | */ | 36 | */ |
| @@ -168,7 +169,7 @@ export struct ZhSingleRow06 { | @@ -168,7 +169,7 @@ export struct ZhSingleRow06 { | ||
| 168 | ? item.operDataList[0]?.commentInfo?.userHeaderUrl | 169 | ? item.operDataList[0]?.commentInfo?.userHeaderUrl |
| 169 | ? item.operDataList[0].commentInfo.userHeaderUrl | 170 | ? item.operDataList[0].commentInfo.userHeaderUrl |
| 170 | : $r('app.media.default_head') | 171 | : $r('app.media.default_head') |
| 171 | - : $r('app.media.comment_rmh_tag')) | 172 | + : $r('app.media.icon_default_head_mater')) |
| 172 | .width(32) | 173 | .width(32) |
| 173 | .height(32) | 174 | .height(32) |
| 174 | .borderRadius(16) | 175 | .borderRadius(16) |
-
Please register or login to post a comment