| | |
| | | AddChidren(bodyView); |
| | | |
| | | //2020-12-22 增加点击隐藏键盘事件 |
| | | bodyView.MouseDownEventHandler += (sender, e) => { |
| | | bodyView.MouseDownEventHandler += (sender, e) => |
| | | { |
| | | Application.HideSoftInput(); |
| | | }; |
| | | |
| | | pm = new HttpServerRequest(); |
| | | |
| | | try |
| | | { |
| | | if (OnAppConfig.Instance.GlobalRegion != null) |
| | | { |
| | | OnAppConfig.Instance.GlobalRegion.regionUrl = ""; |
| | | } |
| | | }catch(Exception ex) |
| | | { |
| | | MainPage.Log("Error", "进入注册界面AppConfig异常:" + ex.Message); |
| | | } |
| | | } |
| | | |
| | | //public RegisterPage(Action action) |
| | |
| | | TextAlignment = TextAlignment.CenterLeft, |
| | | TextColor = CSS_Color.PromptingColor1, |
| | | TextSize = CSS_FontSize.TextFontSize, |
| | | TextID = StringId.PleaseSelectCountryOrRegion, |
| | | TextID = StringId.PlsSelectServer, |
| | | }; |
| | | serverView.AddChidren(btnServerText); |
| | | |
| | |
| | | }; |
| | | |
| | | //跳转国家区号选择界面 |
| | | EventHandler<MouseEventArgs> eHandler = (sender, e) => { |
| | | JLCountrycode.CountryCodeView.Current.Show((countryName, code) => { |
| | | EventHandler<MouseEventArgs> eHandler = (sender, e) => |
| | | { |
| | | JLCountrycode.CountryCodeView.Current.Show((countryName, code) => |
| | | { |
| | | if (!string.IsNullOrEmpty(code)) |
| | | { |
| | | phoneZoneCode = code; |