陈剑华

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

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