陈剑华

fix: 18539 精选评论卡-同一个用户头像展示与安卓不一致

... ... @@ -174,7 +174,7 @@ export struct ZhSingleRow06 {
this.loadImg
? item.operDataList[0]?.commentInfo?.userHeaderUrl
? item.operDataList[0].commentInfo.userHeaderUrl
: $r('app.media.default_head')
: $r('app.media.icon_default_head_mater')
: $r('app.media.icon_default_head_mater'))
.width(32)
.height(32)
... ...