This commit is contained in:
A1300399510
2023-07-28 11:59:55 +08:00
parent 5522645b5b
commit 9cae13f193
3 changed files with 3 additions and 3 deletions

View File

@@ -124,7 +124,7 @@
</div>
<div class="type-text">
{{ !housingInfo['data'] || housingInfo['data'] &&
housingInfo['data'].info.rentalduration
housingInfo['data'].info && housingInfo['data'].info.rentalduration
=== '0' ?
'不限' : `${ indexData['data']&&indexData['data']['config']&&indexData['data']['config']['rentalduration'][housingInfo['data'] && housingInfo['data'].info.rentalduration]}` }}
</div>