|
|
@@ -34,7 +34,7 @@
|
|
|
<House v-model="houseList" :show-keys="propertyKey" @onResize="onResizeInit"></House>
|
|
|
</view>
|
|
|
</uni-collapse-item>
|
|
|
- <uni-collapse-item titleBorder="none" :border="true" v-show="propertyKey.indexOf('car_item')>=0"
|
|
|
+ <uni-collapse-item titleBorder="none" :border="true" :rightLength="carList.length" v-show="propertyKey.indexOf('car_item')>=0"
|
|
|
class="collapse-item-car p-30 r-30">
|
|
|
<template v-slot:title class="page-box-bg-fff">
|
|
|
<view class="row-justify-sb center">
|
|
|
@@ -51,7 +51,7 @@
|
|
|
@onResize="onResizeInit"></property-car>
|
|
|
</view>
|
|
|
</uni-collapse-item>
|
|
|
- <uni-collapse-item titleBorder="none" :border="true"
|
|
|
+ <uni-collapse-item titleBorder="none" :border="true" :rightLength="insuranceList.length"
|
|
|
v-show="propertyKey.indexOf('insurance_item')>=0"
|
|
|
class="collapse-item-guarantee page-box-bg-fff p-30 r-30">
|
|
|
<template v-slot:title>
|
|
|
@@ -69,7 +69,7 @@
|
|
|
@onResize="onResizeInit"></property-guarantee>
|
|
|
</view>
|
|
|
</uni-collapse-item>
|
|
|
- <uni-collapse-item titleBorder="none" :border="true" v-show="propertyKey.indexOf('firm_item')>=0"
|
|
|
+ <uni-collapse-item titleBorder="none" :border="true" v-show="propertyKey.indexOf('firm_item')>=0" :rightLength="firmList.length"
|
|
|
class="collapse-item-company page-box-bg-fff p-30 r-30">
|
|
|
<template v-slot:title>
|
|
|
<view class="row-justify-sb center">
|