正在显示
2 个修改的文件
包含
3 行增加
和
3 行删除
| ... | ... | @@ -500,10 +500,10 @@ Page({ |
| 500 | 500 | label: '就读国家(地区)', |
| 501 | 501 | bindtype: 'school_country', |
| 502 | 502 | isrequre: true, |
| 503 | - selected: '中国(大陆)', | |
| 503 | + selected: '中国', | |
| 504 | 504 | isblack: 'true', |
| 505 | 505 | values: [], |
| 506 | - placeholder: '中国(大陆)', | |
| 506 | + placeholder: '中国', | |
| 507 | 507 | onChange: 'onPickerSelect', |
| 508 | 508 | }, |
| 509 | 509 | bankInfo: { | ... | ... |
| ... | ... | @@ -54,7 +54,7 @@ |
| 54 | 54 | </view> |
| 55 | 55 | <view style='height:90rpx;width:100%;clear:both;'> |
| 56 | 56 | <text class='text_left'>就读国家(地区)</text> |
| 57 | - <text class='text_right_333'>{{datas.school_country&&datas.school_country.length>0?datas.school_country:'中国(大陆)'}}</text> | |
| 57 | + <text class='text_right_333'>{{datas.school_country&&datas.school_country.length>0?datas.school_country:'中国'}}</text> | |
| 58 | 58 | </view> |
| 59 | 59 | <view style='width:100%;clear:both;'> |
| 60 | 60 | <text class='text_left'>就读学校名称</text> | ... | ... |
请
注册
或
登录
后发表评论