| | |
| | | /// </summary> |
| | | public AccountLogin() |
| | | { |
| | | CommonPage.Instance.IsDrawerLockMode = true; |
| | | BackgroundColor = ZigbeeColor.Current.GXCBackgroundColor; |
| | | Tag = "Login"; |
| | | } |
| | |
| | | } |
| | | else |
| | | { |
| | | Login(phoneRow.AccountET.Text.Trim(), pwdRow.PasswrodET.Text.Trim()); |
| | | Login(emailRow.AccountET.Text.Trim(), pwdRow.PasswrodET.Text.Trim()); |
| | | } |
| | | |
| | | } |
| | |
| | | if (re) |
| | | { |
| | | //直接登录 |
| | | HomePage.Instance.ShowLoginLoadView(); |
| | | Application.RunOnMainThread(() => |
| | | { |
| | | HomePage.Instance.ShowLoginLoadView(); |
| | | }); |
| | | //启动ZigBee |
| | | ZigBee.Common.Application.Init(); |
| | | var resultRegID = await Shared.Common.CommonPage.Instance.PushRegID(); |