Commit dfc9feb7 authored by David黄金龙's avatar David黄金龙

Merge branch '0913-fix' into youhua-dev

* 0913-fix:
  //  枚举更改
  // 授课形式枚举字段错误
parents 12af2005 b217aabe
...@@ -204,9 +204,9 @@ class YHSheetPickerView: UIView { ...@@ -204,9 +204,9 @@ class YHSheetPickerView: UIView {
// 教育 // 教育
.educationStyle: .educationStyle:
[YHSheetPickerViewItem(title:"全日制".local, index:0), [YHSheetPickerViewItem(title:"全日制".local, index:0),
YHSheetPickerViewItem(title:"兼制".local, index:1), YHSheetPickerViewItem(title:"兼制".local, index:1),
YHSheetPickerViewItem(title:"全日制(遥距课程)".local, index:2), YHSheetPickerViewItem(title:"全日制(遥距课程)".local, index:2),
YHSheetPickerViewItem(title:"兼职制(遥距课程)".local, index:3), YHSheetPickerViewItem(title:"兼读制(遥距课程)".local, index:3),
], ],
// 职业 // 职业
......
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