陈剑华

fix: 16516 信息流样式卡-精选评论卡,点击头像没有跳转到用户主页成功

@@ -120,6 +120,9 @@ export struct ZhSingleRow06 { @@ -120,6 +120,9 @@ export struct ZhSingleRow06 {
120 .maxLines(1) 120 .maxLines(1)
121 .textOverflow({overflow: TextOverflow.Ellipsis}) 121 .textOverflow({overflow: TextOverflow.Ellipsis})
122 } 122 }
  123 + .onClick(() => {
  124 + ProcessUtils.commentGotoWeb(item.operDataList[0]?.commentInfo as commentInfo)
  125 + })
123 126
124 Row() { 127 Row() {
125 Image($r("app.media.icon_elite_comment")) 128 Image($r("app.media.icon_elite_comment"))