Przeglądaj źródła

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

huangxiaodong 1 rok temu
rodzic
commit
f0b97316fd

+ 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