筛选优化
This commit is contained in:
@@ -33,8 +33,8 @@
|
||||
v-if="Array.isArray(housingInfo['data'] && housingInfo['data'].info.rent)">
|
||||
{{
|
||||
housingInfo['data'] && housingInfo['data'].info.rent[0]
|
||||
}}<span
|
||||
v-if="housingInfo['data'] && housingInfo['data'].info.rent[1]">~{{ housingInfo['data']
|
||||
}}<span class="rent" v-if="housingInfo['data'] && housingInfo['data'].info.rent[1]" >~</span><span class="rent" style="margin:0;"
|
||||
v-if="housingInfo['data'] && housingInfo['data'].info.rent[1]">{{ housingInfo['data']
|
||||
&& housingInfo['data'].info.rent[1] }}</span>
|
||||
</span>
|
||||
<span>/{{ housingInfo['data'] && housingInfo['data'].info.rentalperiod }}</span>
|
||||
@@ -110,7 +110,7 @@
|
||||
<span class="rent" v-if="Array.isArray(housingInfo['data'] && housingInfo['data'].info.rent)">
|
||||
{{
|
||||
housingInfo['data'] && housingInfo['data'].info.rent[0]
|
||||
}}<span
|
||||
}}<span class="rent" style="margin:0;"
|
||||
v-if="housingInfo['data'] && housingInfo['data'].info.rent[1]">~{{ housingInfo['data'] &&
|
||||
housingInfo['data'].info.rent[1] }}</span>
|
||||
</span>
|
||||
@@ -735,7 +735,7 @@
|
||||
</div>
|
||||
<div class="mg-t-10" v-if="contacts['data'].companyname">
|
||||
<span>
|
||||
代理人牌照号:
|
||||
所属公司:
|
||||
</span>
|
||||
<span>
|
||||
{{ contacts['data'].companyname }}
|
||||
|
||||
@@ -83,6 +83,7 @@ let getDataList = (data) => {
|
||||
intermediary: 0,
|
||||
...data
|
||||
}
|
||||
if(!postData['orderby'])postData['orderby']='timestamp'
|
||||
api.getLists(postData).then(res => {
|
||||
if (res.code === 200) {
|
||||
dataList.data = res.data.data
|
||||
|
||||
@@ -18,7 +18,7 @@
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<loadMoreText :loadText="loadingText"></loadMoreText>
|
||||
<loadMoreText :loadText="loadingText" v-show="dataList.data && dataList.data.length>0"></loadMoreText>
|
||||
<listBtmPrompt></listBtmPrompt>
|
||||
<footerTool></footerTool>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user