Commit 1c6bda55 by tangjiale

更新代码

parent 8e67da8c
...@@ -162,6 +162,8 @@ ...@@ -162,6 +162,8 @@
margin-top: 33px; margin-top: 33px;
} }
.swiper-container{ .swiper-container{
position: relative;
overflow: hidden;
margin-top: 10px; margin-top: 10px;
height: 540px; height: 540px;
width: 906px; width: 906px;
......
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
}, },
mounted(){ mounted(){
this.$nextTick(() =>{ this.$nextTick(() =>{
// this.$refs['b-scroll'].initSwiper() this.$refs['b-scroll'].initSwiper()
}) })
}, },
methods:{ methods:{
......
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
} }
}, },
mounted(){ mounted(){
// this.initSwipert() this.initSwipert()
}, },
methods:{ methods:{
initSwipert(){ initSwipert(){
......
...@@ -42,7 +42,7 @@ ...@@ -42,7 +42,7 @@
} }
}, },
mounted(){ mounted(){
// this.initSwiper() this.initSwiper()
}, },
methods:{ methods:{
initSwiper(){ initSwiper(){
......
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
}, },
data(){ data(){
return{ return{
type:3, type:2,
dataObj:{}, dataObj:{},
localBanner:[] 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