陈剑华

feat: 17492 功能缺陷-【uat】进入精选评论卡,点击点赞,未变成已点赞

@@ -139,7 +139,7 @@ export struct ZhSingleRow06 { @@ -139,7 +139,7 @@ export struct ZhSingleRow06 {
139 .height(16) 139 .height(16)
140 .margin({right: 3}) 140 .margin({right: 3})
141 141
142 - Text('点赞') 142 + Text(Number(this.newsStatusOfUser?.likeStatus) == 1 ? '已赞' : '点赞')
143 .fontSize(15) 143 .fontSize(15)
144 .fontColor(0x999999) 144 .fontColor(0x999999)
145 .onClick(() => { 145 .onClick(() => {