Commit 321a8184 authored by Steven杜宇's avatar Steven杜宇

// 学历和资格 国外字段更改

parent c7ae4881
...@@ -408,6 +408,7 @@ extension YHEducationDetailVC : UITableViewDelegate, UITableViewDataSource { ...@@ -408,6 +408,7 @@ extension YHEducationDetailVC : UITableViewDelegate, UITableViewDataSource {
[weak self] country in [weak self] country in
guard let self = self else { return } guard let self = self else { return }
detailInfo.schoolAddress.country = country detailInfo.schoolAddress.country = country
detailInfo.isAboardSchool = detailInfo.isSchoolInAboard()
loadInfo() loadInfo()
saveInfoSilent() saveInfoSilent()
} }
......
...@@ -316,6 +316,7 @@ extension YHQualificationDetailVC : UITableViewDelegate, UITableViewDataSource { ...@@ -316,6 +316,7 @@ extension YHQualificationDetailVC : UITableViewDelegate, UITableViewDataSource {
[weak self] country in [weak self] country in
guard let self = self else { return } guard let self = self else { return }
detailInfo.issuingAddr.country = country detailInfo.issuingAddr.country = country
detailInfo.isAboardAddr = detailInfo.isCollegeInAboard()
loadInfo() loadInfo()
saveInfoSilent() saveInfoSilent()
} }
......
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