diff --git a/src/views/Index.vue b/src/views/Index.vue
index a1291103..c35fa3d2 100644
--- a/src/views/Index.vue
+++ b/src/views/Index.vue
@@ -5,7 +5,7 @@
-
+
@@ -13,8 +13,8 @@
-
-
+
+
@@ -488,14 +488,13 @@
resonimg: [],
swiperOptiontwo: {
autoplay: false,
- noSwiping: true,
+ // noSwiping: true,
},
swiperOption: {
autoplay:{
delay:2000,
disableOnInteraction:false, //解决滑动后不能轮播的问题
},
- noSwiping: true,
speed: 3000, //切换速度,即slider自动滑动开始到结束的时间(单位ms)
loop: true, //循环切换
peed: 300, //循环速度
@@ -696,13 +695,7 @@
let key = 'index';
apiPlace.detail(key).then(res => {
let lmj = JSON.parse(res.result.content)
- console.log(lmj.length,'测试')
-
- // if(lmj.length > 1){
- this.resonimg = lmj;
- // }
-
-
+ this.resonimg = lmj;
})
},
jumUX() {