Showing
1 changed file
with
2 additions
and
0 deletions
| @@ -589,6 +589,8 @@ export struct MultiPictureDetailPageComponent { | @@ -589,6 +589,8 @@ export struct MultiPictureDetailPageComponent { | ||
| 589 | if (user_id) { | 589 | if (user_id) { |
| 590 | this.getInteractBrowsOperate() | 590 | this.getInteractBrowsOperate() |
| 591 | this.getBatchAttentionStatus() | 591 | this.getBatchAttentionStatus() |
| 592 | + } else { | ||
| 593 | + this.isShowButton = true | ||
| 592 | } | 594 | } |
| 593 | }) | 595 | }) |
| 594 | .catch((err: Error) => { | 596 | .catch((err: Error) => { |
-
Please register or login to post a comment