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