Przeglądaj źródła

去掉写死账号密码

“wangdongchao” 1 rok temu
rodzic
commit
5cbaeadcbc
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      Asteria/Fuction/Login/VC/AS_LoginC.m

+ 2 - 2
Asteria/Fuction/Login/VC/AS_LoginC.m

@@ -254,7 +254,7 @@
 -(EamilTFmatchV *)xxx_emailTFV{
     if (!_xxx_emailTFV) {
         _xxx_emailTFV = [[EamilTFmatchV alloc]initWithFrame:CGRectMake(0, 0, KScreenWidth, 50)];
-        _xxx_emailTFV.xxx_emailTF.text = @"845600348@qq.com";
+//        _xxx_emailTFV.xxx_emailTF.text = @"845600348@qq.com";
     }
     return _xxx_emailTFV;
 }
@@ -263,7 +263,7 @@
 - (PassWordSecureBtnV *)xxx_passwordV {
     if (!_xxx_passwordV) {
         _xxx_passwordV = [[PassWordSecureBtnV alloc]initWithFrame:CGRectMake(20, CGRectGetMaxY(self.xxx_emailTFV.frame)+30, KScreenWidth-40, 50+20)];
-        _xxx_passwordV.xxx_passwordTF.text = @"nuli322103";
+//        _xxx_passwordV.xxx_passwordTF.text = @"nuli322103";
     }
     return _xxx_passwordV;
 }