Commit 79a35218 authored by pete谢兆麟's avatar pete谢兆麟

细节修改

parent 10e976d5
......@@ -100,7 +100,7 @@ extension YHEditSchoolViewController: UITableViewDelegate, UITableViewDataSource
cell.block = { [weak self] model in
guard let self = self else { return }
self.viewModel.updateModel(model)
if model.id != .id8 {
if model.id != .id8 && model.id != .id3 {
self.getData()
}
if self.viewModel.isCanNext(step: 3) {
......
......@@ -80,7 +80,7 @@ class YHEditViewModel: YHBaseViewModel {
}
func getBaseSchoolDataSource() -> [YHUserInformationModel] {
let item1 = YHUserInformationModel(id: .id3, title: "毕业院校", isUserKeyBoard: false, prompts: "请输入您的毕业院校", message: model.college, type: .school)
let item1 = YHUserInformationModel(id: .id3, title: "毕业院校", isUserKeyBoard: true, prompts: "请输入您的毕业院校", message: model.college)
let item2 = YHUserInformationModel(id: .id8, title: "专业", isUserKeyBoard: true, prompts: "请输入您的专业", message: model.major)
let item3 = YHUserInformationModel(id: .id9, title: "学位", isUserKeyBoard: false, prompts: "请选择您的学位", message: model.background, type: .degree)
......
......@@ -5,12 +5,12 @@
"scale" : "1x"
},
{
"filename" : "my_card_lead@2x.png",
"filename" : "我的-名片指引@2x.png",
"idiom" : "universal",
"scale" : "2x"
},
{
"filename" : "my_card_lead@3x.png",
"filename" : "我的-名片指引@3x.png",
"idiom" : "universal",
"scale" : "3x"
}
......
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