正在显示
1 个修改的文件
包含
3 行增加
和
3 行删除
@@ -402,8 +402,8 @@ Page({ | @@ -402,8 +402,8 @@ Page({ | ||
402 | this.data.cardtypeData.selected_code = tax_info.id_card_type | 402 | this.data.cardtypeData.selected_code = tax_info.id_card_type |
403 | this.data.card_number = tax_info.id_card_no | 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 | this.data.other_card_number = tax_info.other_id_card_no | 408 | this.data.other_card_number = tax_info.other_id_card_no |
409 | this.data.overseas = tax_info.is_overseas_personnel | 409 | this.data.overseas = tax_info.is_overseas_personnel |
@@ -1187,7 +1187,7 @@ Page({ | @@ -1187,7 +1187,7 @@ Page({ | ||
1187 | this.showtoast('请输入其他证照号码'); | 1187 | this.showtoast('请输入其他证照号码'); |
1188 | return | 1188 | return |
1189 | } | 1189 | } |
1190 | - if (this.data.hasOtherCard && !this.data.birthCountryData.datelong) { | 1190 | + if (this.data.hasOtherCard && !this.data.birthCountryData.selected) { |
1191 | this.showtoast('请选择出生国家'); | 1191 | this.showtoast('请选择出生国家'); |
1192 | return | 1192 | return |
1193 | } | 1193 | } |
请
注册
或
登录
后发表评论