zhenghy

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

@@ -202,10 +202,13 @@ export struct PlayerRightView { @@ -202,10 +202,13 @@ export struct PlayerRightView {
202 .borderRadius(12) 202 .borderRadius(12)
203 .position({ x: '50%', y: '100%' }) 203 .position({ x: '50%', y: '100%' })
204 .markAnchor({ x: '50%', y: '50%' }) 204 .markAnchor({ x: '50%', y: '50%' })
  205 + .visibility(this.followStatus == '1' ? Visibility.None : Visibility.Visible)
205 .onClick(() => { 206 .onClick(() => {
206 // TODO:关注动画 207 // TODO:关注动画
207 this.handleAccention() 208 this.handleAccention()
208 }) 209 })
  210 +
  211 +
209 } 212 }
210 .height(48) 213 .height(48)
211 .width('100%') 214 .width('100%')