From 37b15c49382074ab5c6d9ee40de1b0983a37b4a6 Mon Sep 17 00:00:00 2001
From: zhaofang <752743406@qq.com>
Date: Thu, 27 Oct 2022 15:12:56 +0800
Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/Index.vue | 17 +++++------------
1 file changed, 5 insertions(+), 12 deletions(-)
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() {