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

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

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