From e1a8f2f7e4d850beedeb1469610b878c1427e976 Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期三, 15 十二月 2021 09:01:53 +0800 Subject: [PATCH] 更新 --- HDL_ON/UI/UI2/4-PersonalCenter/AddDevice/MiniRemoteControl/AddMiniRemoteControlDirection3Page.cs | 10 +++++++--- 1 files changed, 7 insertions(+), 3 deletions(-) diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/AddDevice/MiniRemoteControl/AddMiniRemoteControlDirection3Page.cs b/HDL_ON/UI/UI2/4-PersonalCenter/AddDevice/MiniRemoteControl/AddMiniRemoteControlDirection3Page.cs index 3d08125..2583809 100644 --- a/HDL_ON/UI/UI2/4-PersonalCenter/AddDevice/MiniRemoteControl/AddMiniRemoteControlDirection3Page.cs +++ b/HDL_ON/UI/UI2/4-PersonalCenter/AddDevice/MiniRemoteControl/AddMiniRemoteControlDirection3Page.cs @@ -1,4 +1,5 @@ -锘縰sing HDL_ON.Stan; +锘縰sing HDL_ON.DriverLayer; +using HDL_ON.Stan; using Shared; using System; using System.Collections.Generic; @@ -78,12 +79,12 @@ //鐩墠鍙敮鎸�2.4G WiFi缃戠粶 //鏆備笉鏀寔甯︽湁涓枃瀛楃鐨刉iFi鍚嶇О var strMsg = Language.StringByID(StringId.AddInfraredRemoteControlMsg4); - int yy = this.AddListMsgControls(bodyFrameLayout, strMsg, CSS.CSS_FontSize.TextFontSize, CSS.CSS_Color.TextualColor, + var listContr = this.AddListMsgControls(bodyFrameLayout, strMsg, CSS.CSS_FontSize.TextFontSize, CSS.CSS_Color.TextualColor, Application.GetRealHeight(20), btnWifi.Bottom + Application.GetRealHeight(16), TextAlignment.CenterLeft); //wifi琛� var rowWifi = new RowLayoutControl(); - rowWifi.Y = yy + Application.GetRealHeight(32); + rowWifi.Y = listContr[listContr.Count - 1].Bottom + Application.GetRealHeight(32); bodyFrameLayout.AddChidren(rowWifi); //wifi鍚嶅瓧 var txtWifi = rowWifi.frameTable.AddLeftInput(wifiName, 200); @@ -152,6 +153,9 @@ return; } + //2021-10-26 09:32:50 澧炲姞缃戝叧杩涘叆閰嶇綉妯″紡 wxr + Control.Ins.AuthGateway(); + //杩涘叆涓嬩竴涓晫闈� this.CloseForm(); var form = new AddMiniRemoteControlDirection4Page(); -- Gitblit v1.8.0