yuzhilin

fix:16782 【穿越测试】后台设置点赞样式置空,客户端展示点赞按钮

... ... @@ -89,7 +89,7 @@ export struct ImageAndTextPageComponent {
.padding({bottom:10})
Column() {
// 点赞
if (this.contentDetailData[0]?.openLikes) {
if (this.contentDetailData[0]?.openLikes && this.contentDetailData[0]?.likesStyle !== 4) {
Row() {
Row() {
if (this.newsStatusOfUser?.likeStatus === '1') {
... ...