Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -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') { |
-
Please register or login to post a comment