提交 abee9852f927a2933e5bc1199bd1927cb970cc27

作者 pangy
1 个父辈 d9d33965

安卓适配问题。继续教育字段

@@ -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
@@ -10,7 +10,7 @@ @@ -10,7 +10,7 @@
10 } 10 }
11 11
12 .input_wrap { 12 .input_wrap {
13 - /* width: 460rpx; */ 13 + max-width: 460rpx;
14 height: 90rpx; 14 height: 90rpx;
15 font-size: 30rpx; 15 font-size: 30rpx;
16 color: #333; 16 color: #333;
@@ -67,7 +67,7 @@ page{ @@ -67,7 +67,7 @@ page{
67 } 67 }
68 68
69 .input_wrap { 69 .input_wrap {
70 - /* width: 480rpx; */ 70 + max-width: 460rpx;
71 height: 90rpx; 71 height: 90rpx;
72 font-size: 28rpx; 72 font-size: 28rpx;
73 color: #000; 73 color: #000;
注册登录 后发表评论