|
|
@@ -213,11 +213,11 @@ UIGestureRecognizerDelegate
|
|
|
{
|
|
|
if ([[HJCompanyInfoModel companyInfo].authenticationStatus integerValue] == 1)
|
|
|
{//认证中
|
|
|
- [self.certificationBtn setTitle:@"您已提交企业认证,正在审核中,点击查看 >>" forState:UIControlStateNormal];
|
|
|
+ [self.certificationBtn setTitle:@"您的企业信息已提交认证,请耐心等待 >>" forState:UIControlStateNormal];
|
|
|
}
|
|
|
else if ([[HJCompanyInfoModel companyInfo].authenticationStatus integerValue] == 2)
|
|
|
{//认证失败
|
|
|
- [self.certificationBtn setTitle:@"您已提交企业认证,审核未通过,点击认证 >>" forState:UIControlStateNormal];
|
|
|
+ [self.certificationBtn setTitle:@"您的企业信息认证未通过,点击修改重新认证 >>" forState:UIControlStateNormal];
|
|
|
}
|
|
|
}
|
|
|
if (manager == self.listAPI)
|
|
|
@@ -378,7 +378,7 @@ UIGestureRecognizerDelegate
|
|
|
}];
|
|
|
if ([[HJCompanyInfoModel companyInfo].authenticationStatus integerValue] == 1)
|
|
|
{//认证中
|
|
|
- [self.certificationBtn setTitle:@"您已提交企业认证,正在审核中,点击查看 >>" forState:UIControlStateNormal];
|
|
|
+ [self.certificationBtn setTitle:@"您的企业信息已提交认证,请耐心等待 >>" forState:UIControlStateNormal];
|
|
|
[self.certificationBtn mas_makeConstraints:^(MASConstraintMaker *make) {
|
|
|
|
|
|
make.left.right.offset(0);
|
|
|
@@ -388,7 +388,7 @@ UIGestureRecognizerDelegate
|
|
|
}
|
|
|
else if ([[HJCompanyInfoModel companyInfo].authenticationStatus integerValue] == 2)
|
|
|
{//认证失败
|
|
|
- [self.certificationBtn setTitle:@"您已提交企业认证,审核未通过,点击认证 >>" forState:UIControlStateNormal];
|
|
|
+ [self.certificationBtn setTitle:@"您的企业信息认证未通过,点击修改重新认证 >>" forState:UIControlStateNormal];
|
|
|
[self.certificationBtn mas_makeConstraints:^(MASConstraintMaker *make) {
|
|
|
|
|
|
make.left.right.offset(0);
|