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