Showing
1 changed file
with
4 additions
and
4 deletions
| @@ -569,10 +569,10 @@ export struct PeopleShipMainComponent { | @@ -569,10 +569,10 @@ export struct PeopleShipMainComponent { | ||
| 569 | } | 569 | } |
| 570 | 570 | ||
| 571 | //退出登录的时候 刷新界面 | 571 | //退出登录的时候 刷新界面 |
| 572 | - let userID = UserDataLocal.getUserId() | ||
| 573 | - if (!StringUtils.isNotEmpty(userID)) { | ||
| 574 | - this.getData() | ||
| 575 | - } | 572 | + // let userID = UserDataLocal.getUserId() |
| 573 | + // if (!StringUtils.isNotEmpty(userID)) { | ||
| 574 | + // this.getData() | ||
| 575 | + // } | ||
| 576 | } | 576 | } |
| 577 | 577 | ||
| 578 | onAutoRefresh(changedPropertyName: string) { | 578 | onAutoRefresh(changedPropertyName: string) { |
-
Please register or login to post a comment