bug fixed
This commit is contained in:
parent
7442a89c6e
commit
a53f4961c9
|
@ -163,13 +163,6 @@ export class TopBarComponent implements OnInit, OnDestroy {
|
||||||
select(AppStore.SettingSelector.UpdateSelector.updateInfo)
|
select(AppStore.SettingSelector.UpdateSelector.updateInfo)
|
||||||
);
|
);
|
||||||
|
|
||||||
const appUserInfo = this.localStorageService.encGet<AppUserInfo>(
|
|
||||||
KEY_APP_USER_INFO,
|
|
||||||
environment.customConfig.appKey
|
|
||||||
);
|
|
||||||
|
|
||||||
this.zoom = appUserInfo.zoom;
|
|
||||||
|
|
||||||
this.nativeService.getVersionInfo().then(ver => {
|
this.nativeService.getVersionInfo().then(ver => {
|
||||||
this.appVersion = ver;
|
this.appVersion = ver;
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue
Block a user