提交 54e8e4ff160b95f6fc14d28e3d1ea9b9f9d4846e

作者 wangyu
1 个父辈 13cda577

优化

... ... @@ -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>
... ...
注册登录 后发表评论