ref |> 解决精选评论引用文章标题问题
Signed-off-by: xugenyuan <xugenyuan@wondertek.com.cn>
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/comment/view/QualityCommentsComponent.ets
| @@ -351,7 +351,7 @@ struct QualityCommentItem { | @@ -351,7 +351,7 @@ struct QualityCommentItem { | ||
| 351 | Row() { | 351 | Row() { |
| 352 | Row() { | 352 | Row() { |
| 353 | Image($r('app.media.comment_img_link')).width(16).height(16) | 353 | Image($r('app.media.comment_img_link')).width(16).height(16) |
| 354 | - Text(this.item.shareInfo.shareTitle) | 354 | + Text(this.item.targetTitle) |
| 355 | .fontSize(14) | 355 | .fontSize(14) |
| 356 | .fontColor('#666666') | 356 | .fontColor('#666666') |
| 357 | .margin({ left: 6, right: 12 }) | 357 | .margin({ left: 6, right: 12 }) |
-
Please register or login to post a comment