Commit 297f4328 by tangjiale

干掉swiper组件

parent 5d60d122
...@@ -26,7 +26,6 @@ ...@@ -26,7 +26,6 @@
"postcss-px2rem": "0.3.0", "postcss-px2rem": "0.3.0",
"vant": "2.12.6", "vant": "2.12.6",
"vue-loader": "15.7.1", "vue-loader": "15.7.1",
"flv.js": "^1.6.2", "flv.js": "^1.6.2"
"swiper": "^3.0.4"
} }
} }
...@@ -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:2, type:3,
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