From af0269cf1d551fb799784df233d8d9c388c6b18b Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期四, 30 六月 2022 16:02:27 +0800 Subject: [PATCH] 合并可视对讲功能 --- HDL_ON/UI/UI2/4-PersonalCenter/Visitor/VisitorQRCodePage.cs | 39 +++++++++++++++++++++++++-------------- 1 files changed, 25 insertions(+), 14 deletions(-) diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/Visitor/VisitorQRCodePage.cs b/HDL_ON/UI/UI2/4-PersonalCenter/Visitor/VisitorQRCodePage.cs index aac3c30..f77d5e6 100644 --- a/HDL_ON/UI/UI2/4-PersonalCenter/Visitor/VisitorQRCodePage.cs +++ b/HDL_ON/UI/UI2/4-PersonalCenter/Visitor/VisitorQRCodePage.cs @@ -1,4 +1,6 @@ -锘縰sing System; +锘�#if __Android__ + +using System; using HDL_ON.UI.CSS; using Shared; using HDL_ON.DAL.Server; @@ -45,7 +47,7 @@ public void LoadPage() { - #region 椤堕儴瀵艰埅鏍� +#region 椤堕儴瀵艰埅鏍� if (tempPassword == null || tempPassword.id == null) { tempPassword = new VisitorTempPassword(); @@ -71,7 +73,7 @@ bodyView.BackgroundColor = CSS_Color.BackgroundColor; new TopViewDiv(bodyView, Language.StringByID(StringId.VisitorInvitation)).LoadTopView(); } - #endregion +#endregion bodyScrolView = new VerticalScrolViewLayout() { @@ -93,7 +95,7 @@ Height = Application.GetRealHeight(60), }); - #region 鎵嬫満鍙� +#region 鎵嬫満鍙� bodyScrolView.AddChidren(new Button() { Text = Language.StringByID(StringId.PhoneNumber), @@ -129,9 +131,9 @@ Height = Application.GetRealHeight(1), BackgroundColor = CSS_Color.DividingLineColor, }); - #endregion +#endregion - #region 鍔ㄦ�佸瘑鐮� +#region 鍔ㄦ�佸瘑鐮� bodyScrolView.AddChidren(new Button() { Height = Application.GetRealWidth(10), }); bodyScrolView.AddChidren(new Button() { @@ -182,9 +184,9 @@ Height = Application.GetRealHeight(1), BackgroundColor = CSS_Color.DividingLineColor, }); - #endregion +#endregion - #region 浜岀淮鐮佺敓鏁堟椂闂� +#region 浜岀淮鐮佺敓鏁堟椂闂� FrameLayout startLayout = new FrameLayout() { Height = Application.GetRealHeight(40), @@ -256,9 +258,9 @@ BackgroundColor = CSS_Color.DividingLineColor, }); - #endregion +#endregion - #region 浜岀淮鐮佸け鏁堟椂闂� +#region 浜岀淮鐮佸け鏁堟椂闂� FrameLayout endLayout = new FrameLayout() { Height = Application.GetRealHeight(40), @@ -329,9 +331,9 @@ string error = ex.Message; } }; - #endregion +#endregion - #region 浜岀淮鐮� +#region 浜岀淮鐮� bodyScrolView.AddChidren(new Button() { Height = Application.GetRealWidth(33), }); codeLayout = new FrameLayout() { @@ -360,7 +362,7 @@ Visible = false, }; bodyScrolView.AddChidren(codeSaveTipBtn); - #endregion +#endregion bodyScrolView.AddChidren(new Button() { Height = Application.GetRealWidth(28), }); visitorVoucherBtn = new Button() @@ -664,4 +666,13 @@ return pwd; } } -} \ No newline at end of file +} +#else +using Shared; + +namespace HDL_ON.UI.UI2.PersonalCenter.Visitor +{ + public class VisitorQRCodePage : FrameLayout + { } +} +#endif \ No newline at end of file -- Gitblit v1.8.0