正在显示
1 个修改的文件
包含
3 行增加
和
3 行删除
... | ... | @@ -239,7 +239,7 @@ |
239 | 239 | </view> |
240 | 240 | <view style='height:90rpx;width:100%;clear:both;'> |
241 | 241 | <text class='text_left'>是否首套婚前贷款且婚后各自扣除:</text> |
242 | - <text class='text_right_333'>{{item.loan_before_marry=='y'?"是":"否"}}</text> | |
242 | + <text class='text_right_333'>{{datas.loan_before_marry=='y'?"是":"否"}}</text> | |
243 | 243 | </view> |
244 | 244 | <view style='height:90rpx;width:100%;clear:both;'> |
245 | 245 | <text class='text_left'>是否本人借款</text> |
... | ... | @@ -290,11 +290,11 @@ |
290 | 290 | </view> |
291 | 291 | <view style='height:90rpx;width:100%;clear:both;'> |
292 | 292 | <text class='text_left'>配偶证照类型</text> |
293 | - <text class='text_right_333'>{{datas.spouse_id_card_type=='1'?"居民身份证":datas.spouse_id_card_type}}</text> | |
293 | + <text class='text_right_333'>{{datas.id_card_type=='1'?"居民身份证":datas.spouse_id_card_type}}</text> | |
294 | 294 | </view> |
295 | 295 | <view style='height:90rpx;width:100%;clear:both;'> |
296 | 296 | <text class='text_left'>配偶身份证照号码</text> |
297 | - <text class='text_right_333'>{{datas.spouse_id_card_no}}</text> | |
297 | + <text class='text_right_333'>{{datas.id_card_no}}</text> | |
298 | 298 | </view> |
299 | 299 | <view style='height:90rpx;width:100%;clear:both;'> |
300 | 300 | <text class='text_left'>出生日期</text> | ... | ... |
请
注册
或
登录
后发表评论