Showing
1 changed file
with
3 additions
and
0 deletions
| @@ -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")) |
-
Please register or login to post a comment