修复bug

This commit is contained in:
liyuhua
2023-08-16 14:21:58 +08:00
parent a882a1a17f
commit e63c569a87
76 changed files with 483 additions and 640 deletions

View File

@@ -108,7 +108,7 @@
LoginAreaModel *codeModel = self.listData[indexPath.section][indexPath.row];
if(self.delegate && [self.delegate respondsToSelector:@selector(chooseAreaCodeSuccess:)]){
[self.delegate chooseAreaCodeSuccess:codeModel.phoneAreaCode ?: codeModel.phone_area_code];
[self.delegate chooseAreaCodeSuccess:codeModel.pi_phoneAreaCode ?: codeModel.phone_area_code];
}
[self.navigationController popViewControllerAnimated:YES];
}