提交 49628dc8032115eea777bff271fc2f53b6ca8c5f

作者 pangy
1 个父辈 c205020d

中国大陆 改为中国

... ... @@ -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>
... ...
注册登录 后发表评论