| | |
| | | using HDL_ON.DAL.Server; |
| | | using HDL_ON.Entity; |
| | | using HDL_ON.UI.CSS; |
| | | using Security; |
| | | using Shared; |
| | | |
| | | namespace HDL_ON.UI.UI1Login |
| | |
| | | //AddChidren(bodyView); |
| | | bodyView = this; |
| | | //2020-12-22 增加点击隐藏键盘事件 |
| | | bodyView.MouseDownEventHandler += (sender, e) => { |
| | | bodyView.MouseDownEventHandler += (sender, e) => |
| | | { |
| | | Application.HideSoftInput(); |
| | | }; |
| | | pm = new HttpServerRequest(); |
| | | #if __ANDROID__ |
| | | BaseActivity.HideKeyboardEvent = () => { |
| | | BaseActivity.HideKeyboardEvent = () => |
| | | { |
| | | if (this.Y != 0) |
| | | { |
| | | Application.RunOnMainThread(() => |
| | |
| | | }); |
| | | } |
| | | }; |
| | | BaseActivity.ShowKeyboardEvent = () => { |
| | | BaseActivity.ShowKeyboardEvent = () => |
| | | { |
| | | try |
| | | { |
| | | if (etPassword.Foucs) |
| | | { |
| | | |
| | | |
| | | new Thread(() => |
| | | { |
| | | Thread.Sleep(100); |
| | |
| | | } |
| | | catch { } |
| | | }; |
| | | BaseActivity.SmsAction = (message) => { |
| | | Console.WriteLine($"接收到短信:"+ message); |
| | | BaseActivity.SmsAction = (message) => |
| | | { |
| | | Console.WriteLine($"接收到短信:" + message); |
| | | |
| | | string pattern = @"【HDL】.*(\d{6}).*"; |
| | | |
| | |
| | | { |
| | | string code = match.Groups[1].Value; |
| | | Console.WriteLine("验证码为:" + code); |
| | | if(loginType==0 && logintMode == 1) |
| | | if (loginType == 0 && logintMode == 1) |
| | | { |
| | | etPassword.Text = code; |
| | | } |
| | |
| | | } |
| | | |
| | | #if __ANDROID__ |
| | | BaseActivity.HideKeyboardEvent = () => { |
| | | BaseActivity.HideKeyboardEvent = () => |
| | | { |
| | | |
| | | }; |
| | | BaseActivity.ShowKeyboardEvent = () => { }; |
| | |
| | | //Application.HideSoftInput(); |
| | | } |
| | | |
| | | #region 局部变量 |
| | | #region 局部变量 |
| | | /// <summary> |
| | | /// 登录类型 |
| | | /// 0:手机 |
| | |
| | | /// 短信验证码 |
| | | /// </summary> |
| | | string smsCode = ""; |
| | | #endregion |
| | | #endregion |
| | | |
| | | #region 控件列表 |
| | | #region 控件列表 |
| | | /// <summary> |
| | | /// 等待提示 |
| | | /// </summary> |
| | |
| | | /// 服务器请求对象 |
| | | /// </summary> |
| | | HttpServerRequest pm; |
| | | #endregion |
| | | #endregion |
| | | |
| | | string verAccount = ""; |
| | | |
| | |
| | | UnSelectedImagePath = "Public/Logo-bg.png" |
| | | }; |
| | | bodyView.AddChidren(btnIcon_bg); |
| | | btnIcon_bg.MouseDownEventHandler += (sender, e) => { |
| | | btnIcon_bg.MouseDownEventHandler += (sender, e) => |
| | | { |
| | | Application.HideSoftInput(); |
| | | }; |
| | | |
| | |
| | | btnIcon_bg.MouseUpEventHandler += (sender, e) => |
| | | { |
| | | return; |
| | | |
| | | |
| | | }; |
| | | |
| | | bool b = false; |
| | |
| | | etAccount.Text = "13336018868"; |
| | | etAccount.Text = "649362315@qq.com"; |
| | | //etAccount.Text = "18402017839"; |
| | | etAccount.Text = "13616515037"; |
| | | etAccount.Text = "18620993214"; |
| | | |
| | | } |
| | | else |
| | |
| | | } |
| | | b = !b; |
| | | etPassword.Text = "123456"; |
| | | if(etAccount.Text == "649362315@qq.com") |
| | | if (etAccount.Text == "18620993214") |
| | | { |
| | | etPassword.Text = "aa123456"; |
| | | etPassword.Text = "hdl1985."; |
| | | } |
| | | else if(etAccount.Text == "13580507523") |
| | | else if (etAccount.Text == "13580507523") |
| | | { |
| | | etPassword.Text = "a123456"; |
| | | }else if(etAccount.Text == "13288623489") |
| | | } |
| | | else if (etAccount.Text == "13288623489") |
| | | { |
| | | etPassword.Text = "luoxiaodong"; |
| | | }else if(etAccount.Text == "15014291819") |
| | | } |
| | | else if (etAccount.Text == "15014291819") |
| | | { |
| | | etPassword.Text = "hdl123456"; |
| | | }else if (etAccount.Text == "15262988048") |
| | | } |
| | | else if (etAccount.Text == "15262988048") |
| | | { |
| | | etPassword.Text = "15262988048"; |
| | | } |
| | | else if (etAccount.Text == "649362315@qq.com") |
| | | { |
| | | etPassword.Text = "aa123456"; |
| | | }else if(etAccount.Text == "dcai.assist@gmail.com") |
| | | } |
| | | else if (etAccount.Text == "dcai.assist@gmail.com") |
| | | { |
| | | etPassword.Text = "GraniteTileS57"; |
| | | } |
| | |
| | | |
| | | btnEmailLogin = new Button() |
| | | { |
| | | X = btnPhoneLogin.Right ,//+ Application.GetRealWidth(20), |
| | | X = btnPhoneLogin.Right,//+ Application.GetRealWidth(20), |
| | | Y = Application.GetRealHeight(177), |
| | | Width = Application.GetRealWidth(140), |
| | | Height = Application.GetRealHeight(40), |
| | |
| | | TextSize = CSS_FontSize.TextFontSize, |
| | | }; |
| | | bodyView.AddChidren(btnEmailLogin); |
| | | #endregion |
| | | #endregion |
| | | |
| | | #region 账号填写 |
| | | #region 账号填写 |
| | | accountView = new FrameLayout() |
| | | { |
| | | X = Application.GetRealWidth(28), |
| | |
| | | accountView.AddChidren(btnAccountIcon); |
| | | } |
| | | |
| | | #endregion |
| | | #endregion |
| | | |
| | | #region 密码填写 |
| | | #region 密码填写 |
| | | passwordView = new FrameLayout() |
| | | { |
| | | X = Application.GetRealWidth(28), |
| | |
| | | PlaceholderText = Language.StringByID(StringId.PlsEntryPassword), |
| | | SecureTextEntry = true, |
| | | TextAlignment = TextAlignment.CenterLeft, |
| | | |
| | | |
| | | }; |
| | | passwordView.AddChidren(etPassword); |
| | | |
| | | #region 密码登录-控件加载 |
| | | #region 密码登录-控件加载 |
| | | btnVisiblePassword = new Button() |
| | | { |
| | | X = Application.GetRealWidth(223), |
| | |
| | | TextSize = 12, |
| | | }; |
| | | passwordView.AddChidren(btnForgetPassword); |
| | | #endregion |
| | | #endregion |
| | | |
| | | #region 验证码登录-控件加载 |
| | | #region 验证码登录-控件加载 |
| | | btnGetVerificationCode = new Button() |
| | | { |
| | | X = Application.GetRealWidth(219), |
| | |
| | | IsSelected = false, |
| | | }; |
| | | passwordView.AddChidren(btnGetVerificationCode); |
| | | #endregion |
| | | #endregion |
| | | |
| | | btnPasswordViewBottomLine = new Button() |
| | | { |
| | |
| | | }; |
| | | passwordView.AddChidren(btnPasswordViewBottomLine); |
| | | |
| | | #endregion |
| | | #endregion |
| | | |
| | | #region 注册与快捷登录 |
| | | #region 注册与快捷登录 |
| | | btnRegister = new Button() |
| | | { |
| | | X = Application.GetRealWidth(28), |
| | |
| | | }; |
| | | bodyView.AddChidren(btnSwitchLoginMode); |
| | | |
| | | #endregion |
| | | #endregion |
| | | |
| | | btnLogin = new Button() |
| | | { |
| | |
| | | } |
| | | } |
| | | |
| | | btnDomeLogin.MouseUpEventHandler = (sender, e) => { |
| | | btnDomeLogin.MouseUpEventHandler = (sender, e) => |
| | | { |
| | | |
| | | MainPage.NoLoginMode = true; |
| | | #if DEBUG |
| | |
| | | //楼层房间列表 |
| | | var floor1 = new SpatialInfo("FLOOR") { roomName = "F1", parentId = DB_ResidenceData.Instance.CurrentRegion.id }; |
| | | floor1.SaveRoomFile(); |
| | | #region 房间一 -- 客厅 |
| | | #region 房间一 -- 客厅 |
| | | //处理房间列表 |
| | | |
| | | var room1 = new Room() |
| | | { |
| | | roomId = "1405771366041378818", |
| | | roomName = Language.CurrentLanguage == "Chinese"? "洗手间" : "Restroom", |
| | | roomName = Language.CurrentLanguage == "Chinese" ? "洗手间" : "Restroom", |
| | | roomImage = "Classification/Room/Roombg.png", |
| | | uid = "47c98953-6fd4-4379-88b9-4b748963504f", |
| | | roomType = "ROOM", |
| | |
| | | var room3 = new Room() |
| | | { |
| | | roomId = "1405771193802285057", |
| | | roomName = Language.CurrentLanguage == "Chinese"? "餐厅" : "Restaurant", |
| | | roomName = Language.CurrentLanguage == "Chinese" ? "餐厅" : "Restaurant", |
| | | roomImage = "Classification/Room/Roombg.png", |
| | | uid = "ed7fc784-aace-44b8-97a3-bc3e727e598b", |
| | | roomType = "ROOM", |
| | |
| | | var room4 = new Room() |
| | | { |
| | | roomId = "1405771024583090178", |
| | | roomName = Language.CurrentLanguage == "Chinese"? "客厅" : "Drawing room", |
| | | roomName = Language.CurrentLanguage == "Chinese" ? "客厅" : "Drawing room", |
| | | roomImage = "Classification/Room/Roombg.png", |
| | | uid = "9191a3a2-026f-4667-a0b1-e3af699e7295", |
| | | roomType = "ROOM", |
| | |
| | | SpatialInfo.CurrentSpatial.RoomList.Add(room4); |
| | | |
| | | |
| | | #region 客厅 |
| | | #region 功能 |
| | | #region 客厅 |
| | | #region 功能 |
| | | var lightRgb1 = new Function() |
| | | { |
| | | sid = "light10000000000", |
| | | deviceId = "light10000000000", |
| | | name = Language.CurrentLanguage == "Chinese"? "客厅氛围灯1": "RGB light 1", |
| | | name = Language.CurrentLanguage == "Chinese" ? "客厅氛围灯1" : "RGB light 1", |
| | | spk = SPK.LightRGB, |
| | | roomIds = new List<string>() { "1405771024583090178"}, |
| | | roomIds = new List<string>() { "1405771024583090178" }, |
| | | collect = true, |
| | | attributes = new List<FunctionAttributes>() |
| | | { |
| | |
| | | deviceId = "light2", |
| | | name = Language.CurrentLanguage == "Chinese" ? "客厅氛围灯2" : "RGB light 2", |
| | | spk = SPK.LightRGB, |
| | | roomIds = new List<string>() { "1405771024583090178"}, |
| | | roomIds = new List<string>() { "1405771024583090178" }, |
| | | attributes = new List<FunctionAttributes>() |
| | | { |
| | | new FunctionAttributes() { key = "on_off",value =new List<string>(){ "on","off" }, curValue="on",state = "on" }, |
| | |
| | | deviceId = "light3", |
| | | name = Language.CurrentLanguage == "Chinese" ? "阅读灯" : "CCT light", |
| | | spk = SPK.LightCCT, |
| | | roomIds = new List<string>() { "1405771024583090178"}, |
| | | roomIds = new List<string>() { "1405771024583090178" }, |
| | | attributes = new List<FunctionAttributes>() |
| | | { |
| | | new FunctionAttributes() { key = "on_off",value =new List<string>(){ "on","off" }, curValue="on",state = "on" }, |
| | |
| | | deviceId = "light5", |
| | | name = Language.CurrentLanguage == "Chinese" ? "开关灯" : "light 2", |
| | | spk = SPK.LightSwitch, |
| | | roomIds = new List<string>() { "1405771024583090178"}, |
| | | roomIds = new List<string>() { "1405771024583090178" }, |
| | | attributes = new List<FunctionAttributes>() |
| | | { |
| | | new FunctionAttributes() { key = "on_off",value =new List<string>(){ "on","off" }, curValue="on",state = "on" }, |
| | |
| | | deviceId = "curtain1", |
| | | name = Language.CurrentLanguage == "Chinese" ? "开合帘" : "Curtain 1", |
| | | spk = SPK.CurtainTrietex, |
| | | roomIds = new List<string>() { "1405771024583090178"}, |
| | | roomIds = new List<string>() { "1405771024583090178" }, |
| | | attributes = new List<FunctionAttributes>() |
| | | { |
| | | new FunctionAttributes() { key = "on_off",value =new List<string>(){ "on","off" }, curValue="on",state = "on" }, |
| | |
| | | deviceId = "curtain2", |
| | | name = Language.CurrentLanguage == "Chinese" ? "卷帘" : "Curtain 2", |
| | | spk = SPK.CurtainRoller, |
| | | roomIds = new List<string>() { "1405771024583090178"}, |
| | | roomIds = new List<string>() { "1405771024583090178" }, |
| | | attributes = new List<FunctionAttributes>() |
| | | { |
| | | new FunctionAttributes() { key = "on_off",value =new List<string>(){ "on","off" }, curValue="on",state = "on" }, |
| | |
| | | deviceId = "floorheat1", |
| | | name = Language.CurrentLanguage == "Chinese" ? "地暖" : "Floorheat 1", |
| | | spk = SPK.FloorHeatStandard, |
| | | roomIds = new List<string>() { "1405771024583090178"}, |
| | | roomIds = new List<string>() { "1405771024583090178" }, |
| | | attributes = new List<FunctionAttributes>() |
| | | { |
| | | new FunctionAttributes() { key = "on_off",value =new List<string>(){ "on","off" }, curValue="on",state = "on" }, |
| | |
| | | |
| | | FunctionList.List.Functions.Add(new Function |
| | | { |
| | | name = "测试-金茂光伏储能", |
| | | spk = SPK.InverterJinmao, |
| | | collect = true, |
| | | attributes = new List<FunctionAttributes>() |
| | | { |
| | | new FunctionAttributes(){key = InverterJinmao_AttrEnum.pv_power.ToString(),value =new List<string>(){ "on","off" }, curValue="28",state = "28" }, |
| | | new FunctionAttributes(){key = InverterJinmao_AttrEnum.pv_electricity_today.ToString(),value = new List<string>(){ "0" },curValue ="20",state = "20"}, |
| | | new FunctionAttributes(){key = InverterJinmao_AttrEnum.pv_electricity_month.ToString(),value = new List<string>(){ "0" },curValue ="500",state = "500"}, |
| | | new FunctionAttributes(){key = InverterJinmao_AttrEnum.pv_electricity.ToString(),value = new List<string>(){ "0" },curValue ="2100",state = "2100"}, |
| | | new FunctionAttributes(){key = InverterJinmao_AttrEnum.system_status.ToString(),value = new List<string>(){ "0" },curValue = InverterJinmao_Attr_SystemStatusEnum.run.ToString(),state = InverterJinmao_Attr_SystemStatusEnum.run.ToString()}, |
| | | new FunctionAttributes(){key = InverterJinmao_AttrEnum.ess_status.ToString(),value = new List<string>(){ "0" },curValue = InverterJinmao_Attr_EssStatusEnum.charge.ToString(),state = InverterJinmao_Attr_EssStatusEnum.charge.ToString()}, |
| | | new FunctionAttributes(){key = InverterJinmao_AttrEnum.ess_charge_power.ToString(),value = new List<string>(){ "0" },curValue ="100",state = "100"}, |
| | | new FunctionAttributes(){key = InverterJinmao_AttrEnum.ess_discharg_power.ToString(),value = new List<string>(){ "0" },curValue ="100",state = "100"}, |
| | | new FunctionAttributes(){key = InverterJinmao_AttrEnum.battery_soc.ToString(),value = new List<string>(){ "0" },curValue ="100",state = "100"}, |
| | | new FunctionAttributes(){key = InverterJinmao_AttrEnum.load_active_power.ToString(),value = new List<string>(){ "0" },curValue ="100",state = "100"}, |
| | | new FunctionAttributes(){key = InverterJinmao_AttrEnum.load_electricity_today.ToString(),value = new List<string>(){ "0" },curValue ="100",state = "100"}, |
| | | new FunctionAttributes(){key = InverterJinmao_AttrEnum.load_electricity_month.ToString(),value = new List<string>(){ "0" },curValue ="200",state = "200"}, |
| | | new FunctionAttributes(){key = InverterJinmao_AttrEnum.load_electricity.ToString(),value = new List<string>(){ "0" },curValue ="1000",state = "1000"}, |
| | | new FunctionAttributes(){key = InverterJinmao_AttrEnum.coal.ToString(),value = new List<string>(){ "0" },curValue ="100",state = "100"}, |
| | | new FunctionAttributes(){key = InverterJinmao_AttrEnum.co2.ToString(),value = new List<string>(){ "0" },curValue ="1000",state = "1000"}, |
| | | new FunctionAttributes(){key = InverterJinmao_AttrEnum.trees.ToString(),value = new List<string>(){ "0" },curValue ="10",state = "10"}, |
| | | } |
| | | }); |
| | | |
| | | FunctionList.List.Functions.Add(new Function |
| | | { |
| | | name = "测试-空调科技系统总控", |
| | | spk = SPK.AcstParent, |
| | | //collect = true, |
| | | collect = true, |
| | | attributes = new List<FunctionAttributes>() |
| | | { |
| | | { |
| | | new FunctionAttributes(){ key = FunctionAttributeKey.OnOff ,curValue = "on",state = "on" }, |
| | | new FunctionAttributes(){ key = AcstParent_AttrEnum.mode.ToString(),curValue = AcstParent_Attr_ModeValueEnum.cool.ToString(),state = AcstParent_Attr_ModeValueEnum.cool.ToString(), |
| | | value = new List<string> |
| | |
| | | new FunctionAttributes(){ key = AcstParent_AttrEnum.co2.ToString(),curValue = "266",state = "266"}, |
| | | new FunctionAttributes(){ key = AcstParent_AttrEnum.tvoc.ToString(),curValue = "666",state = "666"}, |
| | | new FunctionAttributes(){ key = AcstParent_AttrEnum.pm25.ToString(),curValue = "36",state = "36"}, |
| | | } |
| | | } |
| | | }); |
| | | |
| | | FunctionList.List.Functions.Add(new Function |
| | |
| | | spk = SPK.AcstSub, |
| | | sid = "0000005", |
| | | attributes = new List<FunctionAttributes>() |
| | | { |
| | | new FunctionAttributes(){ key = FunctionAttributeKey.OnOff ,curValue = "on",state = "on" }, |
| | | new FunctionAttributes(){ key = AcstSub_AttrEnum.set_temp.ToString(),curValue = "26",state = "26"}, |
| | | new FunctionAttributes(){ key = AcstSub_AttrEnum.room_temp.ToString(),curValue = "26",state = "26"}, |
| | | new FunctionAttributes(){ key = AcstSub_AttrEnum.room_humidity.ToString(),curValue = "66",state = "66"}, |
| | | } |
| | | }); |
| | | |
| | | FunctionList.List.Functions.Add(new Function |
| | | { |
| | | new FunctionAttributes(){ key = FunctionAttributeKey.OnOff ,curValue = "on",state = "on" }, |
| | | new FunctionAttributes(){ key = AcstSub_AttrEnum.set_temp.ToString(),curValue = "26",state = "26"}, |
| | | new FunctionAttributes(){ key = AcstSub_AttrEnum.room_temp.ToString(),curValue = "26",state = "26"}, |
| | | new FunctionAttributes(){ key = AcstSub_AttrEnum.room_humidity.ToString(),curValue = "66",state = "66"}, |
| | | } |
| | | name = "子控-5", |
| | | spk = SPK.AcstSub, |
| | | sid = "0000005", |
| | | attributes = new List<FunctionAttributes>() |
| | | { |
| | | new FunctionAttributes(){ key = FunctionAttributeKey.OnOff ,curValue = "on",state = "on" }, |
| | | new FunctionAttributes(){ key = AcstSub_AttrEnum.set_temp.ToString(),curValue = "26",state = "26"}, |
| | | new FunctionAttributes(){ key = AcstSub_AttrEnum.room_temp.ToString(),curValue = "26",state = "26"}, |
| | | new FunctionAttributes(){ key = AcstSub_AttrEnum.room_humidity.ToString(),curValue = "66",state = "66"}, |
| | | } |
| | | }); |
| | | |
| | | FunctionList.List.Functions.Add(new Function |
| | | { |
| | | name = "热水器-1", |
| | | spk = SPK.WaterHeaterJinmao, |
| | | sid = "0000000001", |
| | | attributes = new List<FunctionAttributes>() |
| | | { |
| | | new FunctionAttributes(){ key = FunctionAttributeKey.OnOff ,curValue = "on",state = "on" }, |
| | | new FunctionAttributes(){ key = WaterHeaterJinmao_AttrEnum.co2.ToString(),curValue = "52",state = "52" }, |
| | | new FunctionAttributes(){ key = WaterHeaterJinmao_AttrEnum.energy_electricity.ToString(),curValue = "100",state = "100" }, |
| | | new FunctionAttributes(){ key = WaterHeaterJinmao_AttrEnum.flow.ToString(),curValue = "2",state = "2" }, |
| | | new FunctionAttributes(){ key = WaterHeaterJinmao_AttrEnum.mode.ToString(),curValue = "economic",state = "economic" }, |
| | | new FunctionAttributes(){ key = WaterHeaterJinmao_AttrEnum.mode_free.ToString(),curValue = "true",state = "true" }, |
| | | new FunctionAttributes(){ key = WaterHeaterJinmao_AttrEnum.recycl_volume.ToString(),curValue = "5",state = "5" }, |
| | | new FunctionAttributes(){ key = WaterHeaterJinmao_AttrEnum.set_temp.ToString(),curValue = "25",state = "25" }, |
| | | new FunctionAttributes(){ key = WaterHeaterJinmao_AttrEnum.temp.ToString(),curValue = "23",state = "23" }, |
| | | new FunctionAttributes(){ key = WaterHeaterJinmao_AttrEnum.trees.ToString(),curValue = "8",state = "8" }, |
| | | new FunctionAttributes(){ key = WaterHeaterJinmao_AttrEnum.volume.ToString(),curValue = "88",state = "88" }, |
| | | |
| | | }, |
| | | }); |
| | | |
| | | |
| | |
| | | { |
| | | name = "测试温控器", |
| | | spk = SPK.HvacCac, |
| | | collect = true, |
| | | attributes = new List<FunctionAttributes> |
| | | { |
| | | new FunctionAttributes(){ key = "on_off",curValue = "on",state = "on" }, |
| | |
| | | |
| | | }; |
| | | scene2.SaveSceneFile(); |
| | | #endregion |
| | | #endregion |
| | | #region 餐厅 |
| | | #endregion |
| | | #endregion |
| | | #region 餐厅 |
| | | var lightSwitch3 = new Function() |
| | | { |
| | | sid = "light6", |
| | |
| | | } |
| | | }; |
| | | scene4.SaveSceneFile(); |
| | | #endregion |
| | | #region 卧室 |
| | | #endregion |
| | | #region 卧室 |
| | | var ac = new Function() |
| | | { |
| | | sid = "ac1", |
| | |
| | | // collect = false, |
| | | //}; |
| | | //scene6.SaveSceneFile(); |
| | | #endregion |
| | | #endregion |
| | | |
| | | |
| | | var lightSwitch6 = new Function() |
| | |
| | | }; |
| | | lightSwitch6.SaveFunctionFile(); |
| | | |
| | | #endregion |
| | | #endregion |
| | | |
| | | var fileList = Common.FileUtlis.Files.ReadFiles(); |
| | | foreach(var file in fileList) |
| | | foreach (var file in fileList) |
| | | { |
| | | FunctionList.List.IniFunctionList(file,true); |
| | | FunctionList.List.IniFunctionList(file, true); |
| | | } |
| | | Room.CurrentSpatial.InitRoomListFunctions(); |
| | | |
| | |
| | | account = etAccount.Text.Trim(); |
| | | |
| | | |
| | | #region 隐私政策 |
| | | #region 隐私政策 |
| | | AddServiceAgreementControl(bodyView); |
| | | #endregion |
| | | #endregion |
| | | |
| | | } |
| | | |
| | | #region ■ 服务协议___________________________ |
| | | #region ■ 服务协议___________________________ |
| | | bool isAgreePrivacyPolicy = false; |
| | | /// <summary> |
| | | /// 添加服务协议控件 |
| | |
| | | X = Application.GetRealWidth(22), |
| | | }; |
| | | frameRow.AddChidren(agreeView); |
| | | if(Language.CurrentLanguage == "Chinese") |
| | | if (Language.CurrentLanguage == "Chinese") |
| | | { |
| | | agreeView.X = Application.GetRealWidth(52); |
| | | } |
| | |
| | | #if DEBUG |
| | | return true; |
| | | #endif |
| | | if(HttpUtil.GlobalRequestHttpsHost == "https://test-gz.hdlcontrol.com") |
| | | if (HttpUtil.GlobalRequestHttpsHost == "https://test-gz.hdlcontrol.com") |
| | | { |
| | | return true; |
| | | } |
| | |
| | | return true; |
| | | } |
| | | |
| | | #endregion |
| | | #endregion |
| | | } |
| | | } |