xugenyuan

ref |> 发布的评论未审核通过不显示回复按钮

Signed-off-by: xugenyuan <xugenyuan@wondertek.com.cn>
... ... @@ -527,6 +527,7 @@ struct commentFooterView {
.fontColor($r('app.color.color_B0B0B0'))
.fontSize(12)
if (this.item.id && this.item.checkStatus == '2') { // 审核通过的才显示回复
Image($r('app.media.comment_hyphen_block'))
.size({
width: 4,
... ... @@ -545,6 +546,7 @@ struct commentFooterView {
}
})
}
}
if (this.item.id) { // 审核通过的才显示点赞
Row({ space: 6 }) {
... ...