| | |
| | | { |
| | | CloseTime = 1, |
| | | Direction = AMPopTipDirection.None, |
| | | Text = Language.StringByID(StringId.IncorrectRepeatPassword) |
| | | Text = Language.StringByID(StringId.IncorrectRepeatPassword), |
| | | MaxWidth = Application.GetRealWidth(300), |
| | | }.Show(bodyView); |
| | | } |
| | | else |
| | |
| | | Application.RunOnMainThread(() => |
| | | { |
| | | waitPage.Hide(); |
| | | waitPage.RemoveFromParent(); |
| | | }); |
| | | } |
| | | }); |
| | |
| | | void LoadEvent_Server() |
| | | { |
| | | //判断之前是否选择过 |
| | | if (UserInfo.Current.GlobalRegion != null && !string.IsNullOrEmpty(UserInfo.Current.GlobalRegion.regionUrl)) |
| | | if (OnAppConfig.Instance.GlobalRegion != null && !string.IsNullOrEmpty(OnAppConfig.Instance.GlobalRegion.regionUrl)) |
| | | { |
| | | |
| | | SetServerText(); |
| | |
| | | isSelectServer = true; |
| | | ShowServerBottomLineState(false); |
| | | btnServerText.TextColor = CSS_Color.FirstLevelTitleColor; |
| | | btnServerText.Text = UserInfo.Current.GlobalRegion.regionName; |
| | | btnServerText.Text = OnAppConfig.Instance.GlobalRegion.regionName; |
| | | } |
| | | |
| | | |