xugenyuan

ref |> 修复评论列表评论region为空情况显示人民日报客户端网友

Signed-off-by: xugenyuan <xugenyuan@wondertek.com.cn>
... ... @@ -596,7 +596,7 @@ struct commentFooterView {
Row() {
Row({ space: 6 }) {
Text(this.item.region ? (this.item.region + '网友') : '人民日报客户端网友')
Text(this.item.region.length > 0 ? (this.item.region + '网友') : '人民日报客户端网友')
.fontColor($r('app.color.color_B0B0B0'))
.fontSize(12);
Image($r('app.media.comment_hyphen'))
... ...