个人/中介房源 求房源页面
This commit is contained in:
@@ -33,7 +33,7 @@
|
||||
<el-carousel :interval="5000" arrow="always" height="330" style="height:330px;">
|
||||
<el-carousel-item v-for="item in bannerLists.data" :key="item.feedId">
|
||||
<div style="width:100%;height:100%;" class="dis-f jus-x al-item">
|
||||
<img class="carousel-img" :src="item.imageurl" alt="">
|
||||
<img class="carousel-img" :src="item.imageurl" alt="" @click="openInfo(item)">
|
||||
</div>
|
||||
</el-carousel-item>
|
||||
</el-carousel>
|
||||
@@ -123,6 +123,10 @@ let changeTabBtnType = (item) => {
|
||||
})
|
||||
}
|
||||
|
||||
let openInfo=(data)=>{
|
||||
window.open(data.url)
|
||||
}
|
||||
|
||||
//监听路由
|
||||
const route = useRoute()
|
||||
let routePath = ref('')
|
||||
|
||||
Reference in New Issue
Block a user