xugenyuan

ref |> 解决精选评论引用文章标题问题

Signed-off-by: xugenyuan <xugenyuan@wondertek.com.cn>
... ... @@ -351,7 +351,7 @@ struct QualityCommentItem {
Row() {
Row() {
Image($r('app.media.comment_img_link')).width(16).height(16)
Text(this.item.shareInfo.shareTitle)
Text(this.item.targetTitle)
.fontSize(14)
.fontColor('#666666')
.margin({ left: 6, right: 12 })
... ...