Toggle navigation
Toggle navigation
This project
Loading...
Sign in
developOne
/
harmonyPool
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
yuzhilin
2024-05-08 12:44:47 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
769f2281daf2cbdab11d8891f49d327dc2edb5a2
769f2281
1 parent
12c0b663
fix:16782 【穿越测试】后台设置点赞样式置空,客户端展示点赞按钮
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
sight_harmony/features/wdComponent/src/main/ets/components/ImageAndTextPageComponent.ets
sight_harmony/features/wdComponent/src/main/ets/components/ImageAndTextPageComponent.ets
View file @
769f228
...
...
@@ -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') {
...
...
Please
register
or
login
to post a comment