ZigbeeApp/Shared/Phone/UserCenter/Password/CheckOldPhoneForm.cs
@@ -119,6 +119,8 @@ bodyFrameLayout.AddChidren(btnNext); btnNext.ButtonClickEvent += (sender, e) => { //清空输入的值 btnCodeControl.ClearInputValue(); //发送验证码到手机 this.SendCodeToPhone(btnNext); };