Commit 2fe4741f authored by pete谢兆麟's avatar pete谢兆麟

哈哈

parent f581c820
...@@ -22,7 +22,7 @@ class YHWorkExperiencePositionViewModel: YHBaseViewModel { ...@@ -22,7 +22,7 @@ class YHWorkExperiencePositionViewModel: YHBaseViewModel {
let item3 = YHWorkExperienceModel(id: .id4, isNeed: false, title: "结束就职年月", isUserKeyBoard: true, prompts: "请选择", message: mainModel.company_website, type: .time) let item3 = YHWorkExperienceModel(id: .id4, isNeed: false, title: "结束就职年月", isUserKeyBoard: true, prompts: "请选择", message: mainModel.company_website, type: .time)
let item6 = YHWorkExperienceModel(id: .id5, isNeed: true, title: "经验领域", isUserKeyBoard: false, prompts: "请选择", message: mainModel.location.country, type: .country, isShowPrompts: isShowPrompt, alertMessage:"请选择") let item6 = YHWorkExperienceModel(id: .id5, isNeed: true, title: "经验领域", isUserKeyBoard: false, prompts: "请选择", message: mainModel.location.country, type: .country, isShowPrompts: isShowPrompt, alertMessage:"请选择")
let item11 = YHWorkExperienceModel(id: .id13, isNeed: false, title: "相关工作经验是否属于国际工作经验", isUserKeyBoard: false, prompts: "", message: "\(mainModel.international_work_experience)", leftButtonString: "是", rightButtonString: "否") let item11 = YHWorkExperienceModel(id: .id13, isNeed: true, title: "相关工作经验是否属于国际工作经验", isUserKeyBoard: false, prompts: "", message: "\(mainModel.international_work_experience)", leftButtonString: "是", rightButtonString: "否")
let item4 = YHWorkExperienceModel(id: .id5, isNeed: true, title: "工作国家/地区", isUserKeyBoard: false, prompts: "请选择", message: mainModel.location.country, type: .country, isShowPrompts: isShowPrompt, alertMessage:"请选择工作国家/地区") let item4 = YHWorkExperienceModel(id: .id5, isNeed: true, title: "工作国家/地区", isUserKeyBoard: false, prompts: "请选择", message: mainModel.location.country, type: .country, isShowPrompts: isShowPrompt, alertMessage:"请选择工作国家/地区")
var string = "" var string = ""
let array = mainModel.location.area let array = mainModel.location.area
......
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