正在显示
1 个修改的文件
包含
4 行增加
和
4 行删除
@@ -481,7 +481,7 @@ Page({ | @@ -481,7 +481,7 @@ Page({ | ||
481 | label: '就读国家(地区)', | 481 | label: '就读国家(地区)', |
482 | bindtype: 'school_country', | 482 | bindtype: 'school_country', |
483 | isrequre: true, | 483 | isrequre: true, |
484 | - // selected: '中国', | 484 | + selected: '', |
485 | // isblack: 'true', | 485 | // isblack: 'true', |
486 | values: [], | 486 | values: [], |
487 | placeholder: '请选择就读国家(地区)', | 487 | placeholder: '请选择就读国家(地区)', |
@@ -492,7 +492,7 @@ Page({ | @@ -492,7 +492,7 @@ Page({ | ||
492 | bindtype: 'country', | 492 | bindtype: 'country', |
493 | isrequre: true, | 493 | isrequre: true, |
494 | // disabled: true, | 494 | // disabled: true, |
495 | - selected: '中国', | 495 | + selected: '', |
496 | // range_key:'name', | 496 | // range_key:'name', |
497 | placeholder: '请选择国籍', | 497 | placeholder: '请选择国籍', |
498 | onChange: 'onPickerSelect', | 498 | onChange: 'onPickerSelect', |
@@ -501,7 +501,7 @@ Page({ | @@ -501,7 +501,7 @@ Page({ | ||
501 | label: '国籍', | 501 | label: '国籍', |
502 | bindtype: 'lover_country', | 502 | bindtype: 'lover_country', |
503 | // isrequre: true, | 503 | // isrequre: true, |
504 | - selected: '中国', | 504 | + selected: '', |
505 | placeholder: '请选择国籍', | 505 | placeholder: '请选择国籍', |
506 | onChange: 'onPickerSelect', | 506 | onChange: 'onPickerSelect', |
507 | }, | 507 | }, |
@@ -509,7 +509,7 @@ Page({ | @@ -509,7 +509,7 @@ Page({ | ||
509 | label: '被赡养人国籍', | 509 | label: '被赡养人国籍', |
510 | bindtype: 'older_country', | 510 | bindtype: 'older_country', |
511 | isrequre: true, | 511 | isrequre: true, |
512 | - selected: '中国', | 512 | + selected: '', |
513 | placeholder: '请选择国籍', | 513 | placeholder: '请选择国籍', |
514 | onChange: 'onPickerSelect', | 514 | onChange: 'onPickerSelect', |
515 | }, | 515 | }, |
请
注册
或
登录
后发表评论