| | |
| | | { |
| | | //跳转页面---- |
| | | MainPage.GoUserPage(); |
| | | MainPage.InitializationData(); |
| | | return; |
| | | } |
| | | }); |
| | |
| | | FileUtils.RestoreRegionFiles(regionRootPath); |
| | | DB_ResidenceData.residenceData.EixtAccount(); |
| | | OnAppConfig.Instance.RefreshUserConfig(); |
| | | DB_ResidenceData.InitRoomFunction(); |
| | | SpatialInfo.CurrentSpatial.InitRoomFunction(); |
| | | } |
| | | Application.RunOnMainThread(() => |
| | | { |
| | | //跳转页面---- |
| | | MainPage.GoUserPage(); |
| | | MainPage.InitializationData(); |
| | | }); |
| | | } |
| | | else |
| | |
| | | //获取用户信息 |
| | | new Thread(() => |
| | | { |
| | | pm.GetUserInfo(); |
| | | pm.GetUserHeadImage(revertData.userId); |
| | | pm.GetUserInfo(false); |
| | | }) |
| | | { IsBackground = true }.Start(); |
| | | } |