提交 d82c2c984fac536ec902b8cfb9ebe225159c1a68

作者 pangy
1 个父辈 4198b9a4

港澳台改成 外籍

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