提交
This commit is contained in:
@@ -105,7 +105,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="details-box flexflex">
|
<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-box" v-if="roomList.length != 0" ref="roomEle">
|
||||||
<div class="type-item flexacenter" v-for="(item, index) in roomList">
|
<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 slideshowItem = index => remarkCaruselUp.value.setActiveItem(index)
|
||||||
|
// 直接点击大图的 类型
|
||||||
const slideshowType = type => slideshowItem(carouselsconfig.value[type].index)
|
const slideshowType = type => slideshowItem(carouselsconfig.value[type].index)
|
||||||
|
|
||||||
|
let detailsLeft = ref(null)
|
||||||
|
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<style lang="less" scoped>
|
<style lang="less" scoped>
|
||||||
|
|||||||
Reference in New Issue
Block a user