提交 4198b9a41eda3b5d20ee03c2fe8e13ad2c206e9c

作者 pangy
2 个父辈 4ffb1a50 c5ce0edb

Merge branch 'dev_py' into dev2.0

@@ -1319,7 +1319,7 @@ Page({ @@ -1319,7 +1319,7 @@ Page({
1319 "other_name": that.data.other_name, 1319 "other_name": that.data.other_name,
1320 "family_ties": '本人',//that.data.relativeData.selected, 1320 "family_ties": '本人',//that.data.relativeData.selected,
1321 "native": that.data.countryData.selected, 1321 "native": that.data.countryData.selected,
1322 - "taxpayer_type": that.data.taxpayerTypeData.selected == '' ? 'resident' :'non-resident', 1322 + "taxpayer_type": that.data.taxpayerTypeData.selected == '居民' ? 'resident' :'non-resident',
1323 "is_overseas_personnel": that.data.overseas, 1323 "is_overseas_personnel": that.data.overseas,
1324 'birth_native': that.data.birthCountryData.selected, 1324 'birth_native': that.data.birthCountryData.selected,
1325 "id_card_type": that.data.cardtypeData.selected, //selected_code, 1325 "id_card_type": that.data.cardtypeData.selected, //selected_code,
注册登录 后发表评论