Commit 1c6bda55 by tangjiale

更新代码

parent 8e67da8c
......@@ -162,6 +162,8 @@
margin-top: 33px;
}
.swiper-container{
position: relative;
overflow: hidden;
margin-top: 10px;
height: 540px;
width: 906px;
......
......@@ -39,7 +39,7 @@
},
mounted(){
this.$nextTick(() =>{
// this.$refs['b-scroll'].initSwiper()
this.$refs['b-scroll'].initSwiper()
})
},
methods:{
......
......@@ -35,7 +35,7 @@
}
},
mounted(){
// this.initSwipert()
this.initSwipert()
},
methods:{
initSwipert(){
......
......@@ -42,7 +42,7 @@
}
},
mounted(){
// this.initSwiper()
this.initSwiper()
},
methods:{
initSwiper(){
......
......@@ -58,7 +58,7 @@
},
data(){
return{
type:3,
type:2,
dataObj:{},
localBanner:[]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment