소스 검색

1.忘记密码计算器页面拉取优化(输入后验证成功即刻清除)

huangxiaodong 1 년 전
부모
커밋
f0b97316fd
1개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 2 3
      创维盒子/双子星云手机/Class/Calculator/CalculatorViewController.m

+ 2 - 3
创维盒子/双子星云手机/Class/Calculator/CalculatorViewController.m

@@ -584,8 +584,7 @@
     if([_curKeyToForgetPwd isEqualToString:keyToForgetPwd]){
         [[NSNotificationCenter defaultCenter] postNotificationName:forgetPwdNotification object:nil];
     }
-    else{
-        _curKeyToForgetPwd = [NSMutableString new];
-    }
+    
+    _curKeyToForgetPwd = [NSMutableString new];
 }
 @end