提交 095c3847eece8b9e1d4ccdffb080bff1cd17d585
Merge branch '海峡' into 机器人_py
# Conflicts: # pages/main/taxperson/editinfo/editinfo.js
正在显示
4 个修改的文件
包含
6 行增加
和
3 行删除
... | ... | @@ -140,7 +140,7 @@ Page({ |
140 | 140 | "id": that.data.supporter_id, |
141 | 141 | "legal_entity_id": that.data.legal_entity_id, |
142 | 142 | "co_supporter": formdata.name, |
143 | - "id_card_type": "1", | |
143 | + "id_card_type": "居民身份证", | |
144 | 144 | "id_card_no": formdata.id_card_no, |
145 | 145 | "birthday": that.data.birthday_datelong, |
146 | 146 | "nation": "中国", | ... | ... |
... | ... | @@ -325,7 +325,7 @@ |
325 | 325 | </view> |
326 | 326 | <view style='height:90rpx;width:100%;clear:both;'> |
327 | 327 | <text class='text_left'>配偶证照类型</text> |
328 | - <text class='text_right_333'>{{datas.id_card_type=='1'?"居民身份证":datas.spouse_id_card_type}}</text> | |
328 | + <text class='text_right_333'>{{datas.id_card_type=='1'?"居民身份证":datas.id_card_type}}</text> | |
329 | 329 | </view> |
330 | 330 | <view style='height:90rpx;width:100%;clear:both;'> |
331 | 331 | <text class='text_left'>配偶身份证照号码</text> | ... | ... |
... | ... | @@ -142,7 +142,7 @@ |
142 | 142 | <view style="background:#f5f5f5;height:2rpx;width:94%;"></view> |
143 | 143 | <view> |
144 | 144 | <text style='font-family: PingFangSC-Semibold;font-size: 14px;color: #333;line-height:80rpx;' wx:if="{{item.education_type=='profession'}}">技能人员职业资格</text> |
145 | - <text style='font-family: PingFangSC-Semibold;font-size: 14px;color: #333;line-height:80rpx;' wx:if="{{item.education_type=='major'}}">专业人员职业资格</text> | |
145 | + <text style='font-family: PingFangSC-Semibold;font-size: 14px;color: #333;line-height:80rpx;' wx:if="{{item.education_type=='major'}}">专业技术人员职业资格</text> | |
146 | 146 | |
147 | 147 | </view> |
148 | 148 | <view> | ... | ... |
... | ... | @@ -513,6 +513,9 @@ Page({ |
513 | 513 | "Authorization": Authorization |
514 | 514 | }, |
515 | 515 | success: function(res) { |
516 | + if (res.data.items.length<1){ | |
517 | + return | |
518 | + } | |
516 | 519 | proffession_info.values = that.handleProfession(res.data.items) |
517 | 520 | console.log('proffession_info------', proffession_info) |
518 | 521 | that.setData({ | ... | ... |
请
注册
或
登录
后发表评论