样式修改
This commit is contained in:
@@ -42,9 +42,9 @@
|
||||
</div>
|
||||
<div class="tab-item mg-l-8"
|
||||
v-if="listData.data && listData.data.rentalduration && data && data.data.rentalduration">
|
||||
{{
|
||||
listData.data.rentalduration[data.data && data.data.rentalduration] ||
|
||||
''
|
||||
{{data.data.rentalduration
|
||||
=== '0'?'不限':
|
||||
listData.data.rentalduration[data.data && data.data.rentalduration] || ''
|
||||
}}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -187,7 +187,7 @@ img {
|
||||
position: fixed;
|
||||
top: 0;
|
||||
left: 0;
|
||||
z-index: 999;
|
||||
z-index: 1003;
|
||||
|
||||
.tab-text {
|
||||
font-family: 'PingFangSC-Regular', 'PingFang SC', sans-serif;
|
||||
|
||||
@@ -117,7 +117,7 @@ location.data = store.state.indexData.config.location
|
||||
let router = useRouter()
|
||||
let watchInfo = () => {
|
||||
// console.log(router,window.location.href)
|
||||
window.open(`${router,window.location.href}${itemData.type === 'apartment' ? 'apartmentDetail' : 'detail'}?${itemData.type == 'apartment' ? "uniqid" : "id"}=${itemData.type == 'apartment' ? itemData.id : itemData.uniqid}`)
|
||||
window.open(`${document.location.origin}/${itemData.type === 'apartment' ? 'apartmentDetail' : 'detail'}?${itemData.type == 'apartment' ? "uniqid" : "id"}=${itemData.type == 'apartment' ? itemData.id : itemData.uniqid}`)
|
||||
// router.push({
|
||||
// path: itemData.type === 'apartment' ? '/apartmentDetail' : '/detail',
|
||||
// query: {
|
||||
|
||||
Reference in New Issue
Block a user