提交 a054e61cf1dd3b1f0a56015c61a15db62645c901

作者 wangyu
1 个父辈 2fc0486f

修改专项附加扣除详情页的展示

... ... @@ -50,17 +50,17 @@
50 50 </view>
51 51 <view style='height:90rpx;width:100%;clear:both;'>
52 52 <text class='text_left'>受教育时间止</text>
53   - <text class='text_right_333'>{{datas.education_end}}</text>
  53 + <text class='text_right_333'>{{datas.education_end.length>0?datas.education_end:"--"}}</text>
54 54 </view>
55   - <view wx:if="{{datas.education_period_end&&datas.education_period_end.length>1}}" style='height:90rpx;width:100%;clear:both;'>
  55 + <view style='height:90rpx;width:100%;clear:both;'>
56 56 <text class='text_left'>教育终止时间</text>
57   - <text class='text_right_333'>{{datas.education_period_end}}</text>
  57 + <text class='text_right_333'>{{datas.education_period_end.length>0?datas.education_period_end:"--"}}</text>
58 58 </view>
59   - <view wx:if="{{datas.school_country&&datas.school_country.length>1}}" style='height:90rpx;width:100%;clear:both;'>
  59 + <view style='height:90rpx;width:100%;clear:both;'>
60 60 <text class='text_left'>就读国家(地区)</text>
61 61 <text class='text_right_333'>{{datas.school_country&&datas.school_country.length>0?datas.school_country:'中国'}}</text>
62 62 </view>
63   - <view wx:if="{{datas.school_name&&datas.school_name.length>1}}" style='width:100%;clear:both;'>
  63 + <view style='width:100%;clear:both;'>
64 64 <text class='text_left'>就读学校名称</text>
65 65 <view class='float_right' style='padding:12px 0;font-family: PingFangSC-Regular;font-size: 28rpx;color: #333;line-height:40rpx;max-width:500rpx'>{{datas.school_name}}</view>
66 66 <!-- <text class='text_right_333'>{{datas.school_name}}</text> -->
... ... @@ -172,9 +172,9 @@
172 172 <text class='text_left'>出租方类型</text>
173 173 <text class='text_right_333'>{{datas.owner_type}}</text>
174 174 </view>
175   - <view wx:if="{{datas.owner_name&&datas.owner_name.length>1}}" style='width:100%;clear:both;'>
  175 + <view style='width:100%;clear:both;'>
176 176 <text class='text_left'>出租方名称</text>
177   - <view class='float_right' style='padding:12px 0;font-family: PingFangSC-Regular;font-size: 28rpx;color: #333;line-height:40rpx;max-width:500rpx'>{{datas.owner_name}}</view>
  177 + <view class='float_right' style='padding:12px 0;font-family: PingFangSC-Regular;font-size: 28rpx;color: #333;line-height:40rpx;max-width:500rpx'>{{datas.owner_name.length>0?datas.owner_name:"--"}}</view>
178 178 <!-- <text class='text_right_333'>{{datas.owner_name}}</text> -->
179 179 </view>
180 180 <!-- <view style='height:90rpx;width:100%;clear:both;'>
... ... @@ -186,17 +186,17 @@
186 186 <view wx:if="{{datas.owner_type=='个人'}}">
187 187 <view wx:if="{{datas.owner_id_card_type&&datas.owner_id_card_type.length>1}}" style='height:90rpx;width:100%;clear:both;'>
188 188 <text class='text_left'>证照类型</text>
189   - <text class='text_right_333'>{{datas.owner_id_card_type=='1'?"居民身份证":datas.owner_id_card_type}}</text>
  189 + <text class='text_right_333'>{{datas.owner_id_card_type.length>0?datas.owner_id_card_type:"--"}}</text>
190 190 </view>
191   - <view wx:if="{{datas.owner_id_card_no&&datas.owner_id_card_no.length>1}}" style='height:90rpx;width:100%;clear:both;'>
  191 + <view style='height:90rpx;width:100%;clear:both;'>
192 192 <text class='text_left'>证照号码</text>
193   - <text class='text_right_333'>{{datas.owner_id_card_no}}</text>
  193 + <text class='text_right_333'>{{datas.owner_id_card_no.length>0?datas.owner_id_card_no:"--"}}</text>
194 194 </view>
195 195 </view>
196 196 <view wx:if="{{datas.owner_type=='组织'}}">
197 197 <view style='height:90rpx;width:100%;clear:both;'>
198 198 <text class='text_left'>统一社会信用代码</text>
199   - <text class='text_right_333'>{{datas.owner_credit_no}}</text>
  199 + <text class='text_right_333'>{{datas.owner_credit_no.length>0?datas.owner_credit_no:"--"}}</text>
200 200 </view>
201 201 </view>
202 202 </view>
... ... @@ -204,15 +204,15 @@
204 204 <view style='padding:0 30rpx'>
205 205 <view style='height:90rpx;width:100%;clear:both;'>
206 206 <text class='text_left'>租赁房屋坐落地址</text>
207   - <text class='text_right_333'>{{datas.house_address_new}}</text>
  207 + <text class='text_right_333'>{{datas.house_address_new.length>0?datas.house_address_new:"--"}}</text>
208 208 </view>
209 209 <view wx:if="{{datas.house_detail_address.length>0}}" style='clear:both;'>
210 210 <!-- <text class='text_right_333' style='line-height:40rpx;'>{{datas.house_detail_address}}</text> -->
211 211 <view class='float_right' style='padding:12px 0;font-family: PingFangSC-Regular;font-size: 28rpx;color: #333;line-height:40rpx;'>{{datas.house_detail_address}}</view>
212 212 </view>
213   - <view wx:if="{{datas.rent_contract_no&&datas.rent_contract_no.length>0}}" style='height:90rpx;width:100%;clear:both;'>
  213 + <view style='height:90rpx;width:100%;clear:both;'>
214 214 <text class='text_left'>租赁合同编号</text>
215   - <text class='text_right_333'>{{datas.rent_contract_no}}</text>
  215 + <text class='text_right_333'>{{datas.rent_contract_no.length>0?datas.rent_contract_no:"--"}}</text>
216 216 </view>
217 217 <view style='height:90rpx;width:100%;clear:both;'>
218 218 <text class='text_left'>租赁期起</text>
... ... @@ -236,9 +236,9 @@
236 236 <!-- //贷款 -->
237 237 <view wx:if="{{house_type=='house_fund_loan'}}">
238 238 <view style='padding:0 30rpx'>
239   - <view wx:if="{{datas.house_address_new&&datas.house_address_new.length>0}}" style='height:90rpx;width:100%;clear:both;'>
  239 + <view style='height:90rpx;width:100%;clear:both;'>
240 240 <text class='text_left'>房屋坐落地址</text>
241   - <text class='text_right_333'>{{datas.house_address_new}}</text>
  241 + <text class='text_right_333'>{{datas.house_address_new.length>0?datas.house_address_new:"--"}}</text>
242 242 </view>
243 243 <view style='clear:both;'>
244 244 <view class='float_right' style='padding:12px 0;font-family: PingFangSC-Regular;font-size: 28rpx;color: #333;line-height:40rpx;'>{{datas.house_detail_address}}</view>
... ...
注册登录 后发表评论