| | |
| | | using System; |
| | | #if __Android__ |
| | | |
| | | using System; |
| | | using HDL_ON.UI.CSS; |
| | | using Shared; |
| | | using HDL_ON.DAL.Server; |
| | |
| | | |
| | | public void LoadPage() |
| | | { |
| | | #region 顶部导航栏 |
| | | #region 顶部导航栏 |
| | | if (tempPassword == null || tempPassword.id == null) |
| | | { |
| | | tempPassword = new VisitorTempPassword(); |
| | |
| | | bodyView.BackgroundColor = CSS_Color.BackgroundColor; |
| | | new TopViewDiv(bodyView, Language.StringByID(StringId.VisitorInvitation)).LoadTopView(); |
| | | } |
| | | #endregion |
| | | #endregion |
| | | |
| | | bodyScrolView = new VerticalScrolViewLayout() |
| | | { |
| | |
| | | Height = Application.GetRealHeight(60), |
| | | }); |
| | | |
| | | #region 手机号 |
| | | #region 手机号 |
| | | bodyScrolView.AddChidren(new Button() |
| | | { |
| | | Text = Language.StringByID(StringId.PhoneNumber), |
| | |
| | | Height = Application.GetRealHeight(1), |
| | | BackgroundColor = CSS_Color.DividingLineColor, |
| | | }); |
| | | #endregion |
| | | #endregion |
| | | |
| | | #region 动态密码 |
| | | #region 动态密码 |
| | | bodyScrolView.AddChidren(new Button() { Height = Application.GetRealWidth(10), }); |
| | | bodyScrolView.AddChidren(new Button() |
| | | { |
| | |
| | | Height = Application.GetRealHeight(1), |
| | | BackgroundColor = CSS_Color.DividingLineColor, |
| | | }); |
| | | #endregion |
| | | #endregion |
| | | |
| | | #region 二维码生效时间 |
| | | #region 二维码生效时间 |
| | | FrameLayout startLayout = new FrameLayout() |
| | | { |
| | | Height = Application.GetRealHeight(40), |
| | | Y = Application.GetRealWidth(10), |
| | | BackgroundColor = CSS_Color.BackgroundColor, |
| | | }; |
| | | |
| | | startLayout.AddChidren(new Button() |
| | |
| | | BackgroundColor = CSS_Color.DividingLineColor, |
| | | }); |
| | | |
| | | #endregion |
| | | #endregion |
| | | |
| | | #region 二维码失效时间 |
| | | #region 二维码失效时间 |
| | | FrameLayout endLayout = new FrameLayout() |
| | | { |
| | | Height = Application.GetRealHeight(40), |
| | |
| | | string error = ex.Message; |
| | | } |
| | | }; |
| | | #endregion |
| | | #endregion |
| | | |
| | | #region 二维码 |
| | | #region 二维码 |
| | | bodyScrolView.AddChidren(new Button() { Height = Application.GetRealWidth(33), }); |
| | | codeLayout = new FrameLayout() |
| | | { |
| | |
| | | Visible = false, |
| | | }; |
| | | bodyScrolView.AddChidren(codeSaveTipBtn); |
| | | #endregion |
| | | #endregion |
| | | |
| | | bodyScrolView.AddChidren(new Button() { Height = Application.GetRealWidth(28), }); |
| | | visitorVoucherBtn = new Button() |
| | |
| | | if (tempPassword != null && tempPassword.id != null && tempPassword.id != "") |
| | | { |
| | | pwdEditText.Text = tempPassword.tempPwd; |
| | | pwdEditText.PlaceholderText = Language.StringByID(StringId.TemporaryPasswordInvalid); |
| | | pwdEditText.Enable = false; |
| | | phoneNumberEditText.Enable = false; |
| | | randomBtn.Enable = false; |
| | | randomBtn.Visible = false; |
| | | startTimeBtn.Enable = false; |
| | | endTimeBtn.Enable = false; |
| | | } |
| | |
| | | return pwd; |
| | | } |
| | | } |
| | | } |
| | | } |
| | | #else |
| | | using Shared; |
| | | |
| | | namespace HDL_ON.UI.UI2.PersonalCenter.Visitor |
| | | { |
| | | public class VisitorQRCodePage : FrameLayout |
| | | { } |
| | | } |
| | | #endif |