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-07 10:31:23 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
63d79d4a08e21b6753308f91c860563c17c1e95b
63d79d4a
1 parent
e6cdf04d
隐藏 H5详情页分享
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
sight_harmony/features/wdComponent/src/main/ets/components/ImageAndTextPageComponent.ets
sight_harmony/features/wdComponent/src/main/resources/rawfile/apph5/index.html
sight_harmony/features/wdComponent/src/main/ets/components/ImageAndTextPageComponent.ets
View file @
63d79d4
...
...
@@ -108,7 +108,7 @@ export struct ImageAndTextPageComponent {
.height(24)
.margin({ right: 5 })
}
if (this.interactData?.likeNum
!= '0'
) {
if (this.interactData?.likeNum) {
Text(`${this.interactData?.likeNum}`)
.fontSize(16)
.fontColor(this.newsStatusOfUser?.likeStatus === '1' ? '#ED2800' : '#999999')
...
...
sight_harmony/features/wdComponent/src/main/resources/rawfile/apph5/index.html
View file @
63d79d4
...
...
@@ -429,7 +429,7 @@
</div>
<!-- 分享 -->
<div
class=
"share"
v-if=
"
shareOpen
"
>
<div
class=
"share"
v-if=
"
false
"
>
<div
v-if=
"details.shareInfo.sharePosterOpen == 1"
class=
"sharePoster share-wrapper share-box"
...
...
Please
register
or
login
to post a comment