yuzhilin

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

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