|
@@ -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;
|
|
|
}
|