HDL Home App 第二版本 旧平台金堂用 正在使用
WJC
2019-10-14 55ec1c3736bd73d3280f3af5ff4b58e665176375
ZigbeeApp/Shared/Phone/UserCenter/Safety/SafetyPasswordMenuForm.cs
@@ -51,7 +51,7 @@
            var btnUserPswText = rowUserPsw.AddLeftCaption(Language.StringByID(R.MyInternationalizationString.uUserPassword), 700);
            btnUserPswText.TextSize = 15;
            //向右的图标
            rowUserPsw.AddRightIconControl();
            rowUserPsw.AddRightArrow();
            //底线
            rowUserPsw.AddBottomLine();
            rowUserPsw.ButtonClickEvent +=async (sender, e) =>
@@ -76,7 +76,7 @@
            var btnCoercePswText = rowCoercePsw.AddLeftCaption(Language.StringByID(R.MyInternationalizationString.uCoercePassword), 700);
            btnCoercePswText.TextSize = 15;
            //向右的图标
            rowCoercePsw.AddRightIconControl();
            rowCoercePsw.AddRightArrow();
            rowCoercePsw.ButtonClickEvent += async (sender, e) =>
            {
                //打开画面之前,先校验管理员密码