提交 d82c2c984fac536ec902b8cfb9ebe225159c1a68

作者 pangy
1 个父辈 4198b9a4

港澳台改成 外籍

@@ -728,10 +728,11 @@ Page({ @@ -728,10 +728,11 @@ Page({
728 this.data.birthDate.disabled = false 728 this.data.birthDate.disabled = false
729 } 729 }
730 this.data.hasOtherCard = true 730 this.data.hasOtherCard = true
731 - this.data.overseas = '' 731 + this.data.overseas = ''
732 this.data.taxpayerTypeData.disabled = false 732 this.data.taxpayerTypeData.disabled = false
733 this.data.taxpayerTypeData.selected = '' 733 this.data.taxpayerTypeData.selected = ''
734 if ('居民身份证' == new_type || '中国护照' == new_type) { 734 if ('居民身份证' == new_type || '中国护照' == new_type) {
  735 + this.data.overseas = '否'
735 this.data.countryData.selected = '中国' 736 this.data.countryData.selected = '中国'
736 this.data.countryData.disabled = true 737 this.data.countryData.disabled = true
737 this.data.hasOtherCard = false 738 this.data.hasOtherCard = false
@@ -760,7 +761,6 @@ Page({ @@ -760,7 +761,6 @@ Page({
760 // } 761 // }
761 762
762 } else { 763 } else {
763 - this.data.overseas = '是'  
764 this.data.countryData.selected = '' 764 this.data.countryData.selected = ''
765 this.data.countryData.values = this.countrys ? this.countrys : [] 765 this.data.countryData.values = this.countrys ? this.countrys : []
766 this.data.countryData.disabled = false 766 this.data.countryData.disabled = false
注册登录 后发表评论