提交 a7978135f71397ff56578ca5eae04216a839fb3f

作者 pangy
1 个父辈 c3c1bfa8

暂时把 其他证件回填 注释

... ... @@ -402,8 +402,8 @@ Page({
402 402 this.data.cardtypeData.selected_code = tax_info.id_card_type
403 403 this.data.card_number = tax_info.id_card_no
404 404
405   - this.data.otherCardtypeData.selected = cardTypeDicts[parseInt(tax_info.other_id_card_type) - 1]['name']
406   - this.data.otherCardtypeData.selected_code = tax_info.other_id_card_type
  405 + // this.data.otherCardtypeData.selected = cardTypeDicts[parseInt(tax_info.other_id_card_type) - 1]['name']
  406 + // this.data.otherCardtypeData.selected_code = tax_info.other_id_card_type
407 407
408 408 this.data.other_card_number = tax_info.other_id_card_no
409 409 this.data.overseas = tax_info.is_overseas_personnel
... ... @@ -1187,7 +1187,7 @@ Page({
1187 1187 this.showtoast('请输入其他证照号码');
1188 1188 return
1189 1189 }
1190   - if (this.data.hasOtherCard && !this.data.birthCountryData.datelong) {
  1190 + if (this.data.hasOtherCard && !this.data.birthCountryData.selected) {
1191 1191 this.showtoast('请选择出生国家');
1192 1192 return
1193 1193 }
... ...
注册登录 后发表评论