正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
@@ -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 |
请
注册
或
登录
后发表评论