This commit is contained in:
A1300399510
2023-07-26 16:06:54 +08:00
parent 69b8fde390
commit 9d0fffe982

View File

@@ -105,7 +105,7 @@
</div>
</div>
<div class="details-box flexflex">
<div class="details-left flex1">
<div class="details-left flex1" ref="detailsLeft">
<!-- 房间类型 -->
<div class="type-box" v-if="roomList.length != 0" ref="roomEle">
<div class="type-item flexacenter" v-for="(item, index) in roomList">
@@ -629,9 +629,11 @@ const handleslideshow = (type) => {
// 直接点击轮播图的小图就行切换
const slideshowItem = index => remarkCaruselUp.value.setActiveItem(index)
// 直接点击大图的 类型
const slideshowType = type => slideshowItem(carouselsconfig.value[type].index)
let detailsLeft = ref(null)
</script>
<style lang="less" scoped>