陈剑华

fix: 冷启动卡不需要自动刷新号主

... ... @@ -569,10 +569,10 @@ export struct PeopleShipMainComponent {
}
//退出登录的时候 刷新界面
let userID = UserDataLocal.getUserId()
if (!StringUtils.isNotEmpty(userID)) {
this.getData()
}
// let userID = UserDataLocal.getUserId()
// if (!StringUtils.isNotEmpty(userID)) {
// this.getData()
// }
}
onAutoRefresh(changedPropertyName: string) {
... ...