From d198130a6d8cc0ce882cec90191327da32c28dd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=86=8A=E4=B8=BD=E5=90=9B?= <664953382@qq.com> Date: Thu, 28 Oct 2021 09:33:19 +0800 Subject: [PATCH] up --- src/views/home/home.vue | 68 ++++++++++++++++------------------------- 1 file changed, 26 insertions(+), 42 deletions(-) diff --git a/src/views/home/home.vue b/src/views/home/home.vue index 0003a99..736ed22 100644 --- a/src/views/home/home.vue +++ b/src/views/home/home.vue @@ -438,20 +438,30 @@
- -
+
+
  • -
-
- + + +
    +
  • + +
  • +
+
+
@@ -486,27 +496,11 @@ export default { }, data() { return { - listData: [ - img1, - img2, - img3, - img4, - img5, - img6, - img7, - img8, - img9, - img10, - img11, - img12, - img13, - img14, - img15, - img16 - ], + listData: [img1, img3, img5, img7, img9, img11, img13, img15, img1], + listData2: [img2, img4, img6, img8, img10, img12, img14, img16, img1], classOption: { - step: 0.2, - limitMoveNum: 10, + step: 1, + limitMoveNum: 8, direction: 2 }, bannerList: [], @@ -577,9 +571,8 @@ export default {