yuzhilin

隐藏 H5详情页分享

... ... @@ -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')
... ...
... ... @@ -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"
... ...