zhenghy

fix: 人民号视频稿件详情关注后进入视频播放,人民号图标仍然显示可关注(带有+号)

... ... @@ -202,10 +202,13 @@ export struct PlayerRightView {
.borderRadius(12)
.position({ x: '50%', y: '100%' })
.markAnchor({ x: '50%', y: '50%' })
.visibility(this.followStatus == '1' ? Visibility.None : Visibility.Visible)
.onClick(() => {
// TODO:关注动画
this.handleAccention()
})
}
.height(48)
.width('100%')
... ...