Commit 866b471a authored by 邢超's avatar 邢超

修改获取验证码错误提示

parent 8cd59ec2
......@@ -259,7 +259,7 @@
}
}
} failure:^(NSURLSessionDataTask * _Nonnull task, NSError * _Nonnull error) {
[QGHUDManager showHud:@"似乎已断开与互联网的连接"];
[QGHUDManager showHud:[QGMainNetwork getMessageWithFailureError:error]];
if (self.failBlock) {
self.failBlock();
}
......
......@@ -28,6 +28,7 @@
self.iconImageView = [UIImageView creatImageViewWithSuperView:self.contentView imageName:@"headsculpture_image_60"];
self.iconImageView.layer.cornerRadius = 30*Screen_Scaling;
self.iconImageView.clipsToBounds = YES;
self.iconImageView.contentMode = UIViewContentModeScaleAspectFill;
self.longinBtn = [QGGradientShadowButton creatGradientColorButtonWithSuperView:self.contentView title:@"去登录" textFont:[UIFont qg_regularFontOfSize:14]];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment