正在显示
1 个修改的文件
包含
5 行增加
和
2 行删除
@@ -746,6 +746,7 @@ Page({ | @@ -746,6 +746,7 @@ Page({ | ||
746 | // this.data.otherCardtypeData.values = [{ 'code': '4', 'name': '港澳居民居住证'}]; | 746 | // this.data.otherCardtypeData.values = [{ 'code': '4', 'name': '港澳居民居住证'}]; |
747 | // }else{ | 747 | // }else{ |
748 | this.data.otherCardtypeData.values = ['港澳居民来往内地通行证'];// [{ 'code': '3', 'name': '港澳居民来往内地通行证'}]; | 748 | this.data.otherCardtypeData.values = ['港澳居民来往内地通行证'];// [{ 'code': '3', 'name': '港澳居民来往内地通行证'}]; |
749 | + this.data.otherCardtypeData.selected = '港澳居民来往内地通行证'; | ||
749 | // } | 750 | // } |
750 | } else if (new_type.indexOf("台湾") != -1) { | 751 | } else if (new_type.indexOf("台湾") != -1) { |
751 | this.data.countryData.selected = '中国台湾' | 752 | this.data.countryData.selected = '中国台湾' |
@@ -755,6 +756,7 @@ Page({ | @@ -755,6 +756,7 @@ Page({ | ||
755 | // this.data.otherCardtypeData.values = [{ 'code': '6', 'name': '台湾居民居住证' }]; | 756 | // this.data.otherCardtypeData.values = [{ 'code': '6', 'name': '台湾居民居住证' }]; |
756 | // } else { | 757 | // } else { |
757 | this.data.otherCardtypeData.values = ['台湾居民来往大陆通行证']; //[{ 'code': '5', 'name': '台湾居民来往大陆通行证' }]; | 758 | this.data.otherCardtypeData.values = ['台湾居民来往大陆通行证']; //[{ 'code': '5', 'name': '台湾居民来往大陆通行证' }]; |
759 | + this.data.otherCardtypeData.selected = '台湾居民来往大陆通行证'; | ||
758 | // } | 760 | // } |
759 | 761 | ||
760 | } else { | 762 | } else { |
@@ -767,6 +769,7 @@ Page({ | @@ -767,6 +769,7 @@ Page({ | ||
767 | // this.data.otherCardtypeData.values = [{ 'code': '8', 'name': '外国人永久居留身份证' }, { 'code': '9', 'name': '外国人工作许可证(A类)' }, { 'code': '10', 'name': '外国人工作许可证(B类)' }, { 'code': '11', 'name': '外国人工作许可证(C类)' }]; | 769 | // this.data.otherCardtypeData.values = [{ 'code': '8', 'name': '外国人永久居留身份证' }, { 'code': '9', 'name': '外国人工作许可证(A类)' }, { 'code': '10', 'name': '外国人工作许可证(B类)' }, { 'code': '11', 'name': '外国人工作许可证(C类)' }]; |
768 | // } else { | 770 | // } else { |
769 | this.data.otherCardtypeData.values = ['外国护照']; //[{ 'code': '7', 'name': '外国护照' }]; | 771 | this.data.otherCardtypeData.values = ['外国护照']; //[{ 'code': '7', 'name': '外国护照' }]; |
772 | + this.data.otherCardtypeData.selected = '外国护照'; | ||
770 | // } | 773 | // } |
771 | } | 774 | } |
772 | this.setData({ | 775 | this.setData({ |
@@ -807,8 +810,8 @@ Page({ | @@ -807,8 +810,8 @@ Page({ | ||
807 | if ((new_type.indexOf('外国人') != -1) && (selected.indexOf('外国人') != -1)) { | 810 | if ((new_type.indexOf('外国人') != -1) && (selected.indexOf('外国人') != -1)) { |
808 | console.log('外国人', new_type, selected) | 811 | console.log('外国人', new_type, selected) |
809 | }else { | 812 | }else { |
810 | - this.data.otherCardtypeData.selected = '' | ||
811 | - setData.otherCardtypeData = this.data.otherCardtypeData | 813 | + // this.data.otherCardtypeData.selected = '' |
814 | + // setData.otherCardtypeData = this.data.otherCardtypeData | ||
812 | setData.other_card_number = '' | 815 | setData.other_card_number = '' |
813 | } | 816 | } |
814 | this.setData(setData) | 817 | this.setData(setData) |
请
注册
或
登录
后发表评论