Merge remote-tracking branch 'origin/main'

This commit is contained in:
2023-07-28 13:56:43 +08:00
5 changed files with 26 additions and 14 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>