提交 1a71f545d7ed10988b8e634bf51a6f53146f723f

作者 pangy
1 个父辈 1dd04d88

其他证照 根据选择自动赋值

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