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