正在显示
1 个修改的文件
包含
3 行增加
和
2 行删除
| @@ -24,7 +24,7 @@ Page({ | @@ -24,7 +24,7 @@ Page({ | ||
| 24 | requestBody: {}, | 24 | requestBody: {}, |
| 25 | idInfoData: '', | 25 | idInfoData: '', |
| 26 | profession_index: [], | 26 | profession_index: [], |
| 27 | - | 27 | + overseas:'否', |
| 28 | relativeData: { | 28 | relativeData: { |
| 29 | isrequre: true, | 29 | isrequre: true, |
| 30 | label: '与本人关系', | 30 | label: '与本人关系', |
| @@ -72,7 +72,8 @@ Page({ | @@ -72,7 +72,8 @@ Page({ | ||
| 72 | label: '国籍', | 72 | label: '国籍', |
| 73 | bindtype: 'country', | 73 | bindtype: 'country', |
| 74 | isrequre: true, | 74 | isrequre: true, |
| 75 | - selected: '', | 75 | + selected: '中国', |
| 76 | + disabled: true, | ||
| 76 | // range_key:'name', | 77 | // range_key:'name', |
| 77 | placeholder: '请选择国籍', | 78 | placeholder: '请选择国籍', |
| 78 | onChange: 'onPickerSelect', | 79 | onChange: 'onPickerSelect', |
请
注册
或
登录
后发表评论