Showing
1 changed file
with
3 additions
and
0 deletions
| @@ -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%') |
-
Please register or login to post a comment