正在显示
3 个修改的文件
包含
4 行增加
和
4 行删除
@@ -162,7 +162,7 @@ Page({ | @@ -162,7 +162,7 @@ Page({ | ||
162 | bindtype: 'edu_type', | 162 | bindtype: 'edu_type', |
163 | selected: '', | 163 | selected: '', |
164 | isblack: 'true', | 164 | isblack: 'true', |
165 | - values: ["学历继续教育", "非学历继续教育"], | 165 | + values: ["学历(学位)继续教育", "职业资格继续教育"], |
166 | placeholder: '请选择教育情况', | 166 | placeholder: '请选择教育情况', |
167 | onChange: 'onPickerSelect' | 167 | onChange: 'onPickerSelect' |
168 | }, | 168 | }, |
@@ -725,7 +725,7 @@ Page({ | @@ -725,7 +725,7 @@ Page({ | ||
725 | if (data.education_type && data.education_type.length) { | 725 | if (data.education_type && data.education_type.length) { |
726 | if ('title' == data.education_type) { | 726 | if ('title' == data.education_type) { |
727 | var edutypeData = this.data.edutypeData | 727 | var edutypeData = this.data.edutypeData |
728 | - edutypeData.selected = "学历继续教育" | 728 | + edutypeData.selected = "学历(学位)继续教育" |
729 | setData.edutypeData = edutypeData | 729 | setData.edutypeData = edutypeData |
730 | } else { | 730 | } else { |
731 | var edutypeData = this.data.edutypeData | 731 | var edutypeData = this.data.edutypeData |
请
注册
或
登录
后发表评论