Commit 8bf16e7b authored by Steven杜宇's avatar Steven杜宇

// 高才

parent b0459e68
...@@ -116,17 +116,6 @@ class YHGCEducationDetailVC: YHBaseViewController { ...@@ -116,17 +116,6 @@ class YHGCEducationDetailVC: YHBaseViewController {
} }
item00.value = detailInfo.college item00.value = detailInfo.college
let item01 = YHFormDetailItem(type: .educationStyle)
item01.tips = "请选择授课形式".local
item01.placeHolder = "请选择授课形式"
item01.value = detailInfo.teachingFormat
let item02 = YHFormDetailItem(type: .educationTime)
item02.tips = "请选择年月".local
item02.placeHolder = "请选择年月".local
item02.value = detailInfo.admissionTime
let item03 = YHFormDetailItem(type: .graduateTime) let item03 = YHFormDetailItem(type: .graduateTime)
item03.tips = "请选择年月".local item03.tips = "请选择年月".local
item03.placeHolder = "请选择年月".local item03.placeHolder = "请选择年月".local
...@@ -137,14 +126,25 @@ class YHGCEducationDetailVC: YHBaseViewController { ...@@ -137,14 +126,25 @@ class YHGCEducationDetailVC: YHBaseViewController {
item04.placeHolder = "请选择专业".local item04.placeHolder = "请选择专业".local
item04.value = detailInfo.major item04.value = detailInfo.major
let item01 = YHFormDetailItem(type: .educationStyle)
item01.tips = "请选择授课形式".local
item01.placeHolder = "请选择授课形式"
item01.value = detailInfo.teachingFormat
let item05 = YHFormDetailItem(type: .educationDegree) let item05 = YHFormDetailItem(type: .educationDegree)
item05.tips = "请选择学位".local item05.tips = "请选择学位".local
item05.placeHolder = "请选择学位".local item05.placeHolder = "请选择学位".local
item05.value = detailInfo.degree item05.value = detailInfo.degree
let item06 = YHFormDetailItem(type: .degreeType) // let item02 = YHFormDetailItem(type: .educationTime)
item06.tips = "请选择学位类型".local // item02.tips = "请选择年月".local
item06.value = detailInfo.degreeType // item02.placeHolder = "请选择年月".local
// item02.value = detailInfo.admissionTime
// let item06 = YHFormDetailItem(type: .degreeType)
// item06.tips = "请选择学位类型".local
// item06.value = detailInfo.degreeType
let item07 = YHFormDetailItem(type: .educationCountry) let item07 = YHFormDetailItem(type: .educationCountry)
item07.tips = "请选择国家及地区".local item07.tips = "请选择国家及地区".local
...@@ -162,7 +162,7 @@ class YHGCEducationDetailVC: YHBaseViewController { ...@@ -162,7 +162,7 @@ class YHGCEducationDetailVC: YHBaseViewController {
item08.tips = "请选择城市".local item08.tips = "请选择城市".local
} }
let arr0:[YHFormItemProtocol] = [title0, item05, item00, item01, item02, item03, item04, item07] let arr0:[YHFormItemProtocol] = [title0, item00, item03, item04, item05, item07, item08]
items.append(arr0) items.append(arr0)
let item10 = YHFormDetailItem(type: .cerConfirm) let item10 = YHFormDetailItem(type: .cerConfirm)
...@@ -627,8 +627,6 @@ extension YHGCEducationDetailVC { ...@@ -627,8 +627,6 @@ extension YHGCEducationDetailVC {
func checkIntegrity() -> Bool { func checkIntegrity() -> Bool {
if detailInfo.college.isEmpty if detailInfo.college.isEmpty
|| detailInfo.teachingFormat.isEmpty
|| detailInfo.admissionTime.isEmpty
|| detailInfo.graduateTime.isEmpty || detailInfo.graduateTime.isEmpty
|| detailInfo.major.isEmpty || detailInfo.major.isEmpty
|| detailInfo.degree.isEmpty || detailInfo.degree.isEmpty
...@@ -641,13 +639,13 @@ extension YHGCEducationDetailVC { ...@@ -641,13 +639,13 @@ extension YHGCEducationDetailVC {
return false return false
} }
// if detailInfo.isSchoolInAboard(), detailInfo.schoolAddress.foreign.isEmpty { if detailInfo.isSchoolInAboard(), detailInfo.schoolAddress.foreign.isEmpty {
// return false return false
// } }
// if !detailInfo.isSchoolInAboard(), detailInfo.schoolAddress.area.count <= 0 { if !detailInfo.isSchoolInAboard(), detailInfo.schoolAddress.area.count <= 0 {
// return false return false
// } }
return true return true
} }
......
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