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