gxc
2019-11-14 159ec8ae413683e1ce134ec204d1c0b4d175baec
ZigbeeApp/Shared/Phone/UserCenter/Safety/PasswordAddNewForm.cs
@@ -68,8 +68,6 @@
                    string msg = this.CheckPassword(firstPsw, pssword);
                    if (msg != string.Empty)
                    {
                        //请重复输入新安防密码
                        pswControl.ResetControlInfo(Language.StringByID(R.MyInternationalizationString.uPleaseRepeatInputNewSafetyPassword));
                        //设置错误信息
                        pswControl.SetErrorMsg(msg);
                        return;