From 55f84a14841c024c19f1df33ef614988000f97ce Mon Sep 17 00:00:00 2001 From: jiangx Date: Thu, 16 Oct 2025 13:03:24 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E2=99=BB=EF=B8=8F=20ui=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/List/List.vue | 10 ++-- src/components/ListItem/ListItem.vue | 84 ++++++++++++++++++++-------- src/types/customer.d.ts | 3 +- 3 files changed, 69 insertions(+), 28 deletions(-) diff --git a/src/components/List/List.vue b/src/components/List/List.vue index 20fa64e..e03bde4 100644 --- a/src/components/List/List.vue +++ b/src/components/List/List.vue @@ -10,9 +10,9 @@ center-slides :slides-per-view="2.998" watch-overflow + :autoplay="{ delay: 30000, disableOnInteraction: false }" observe-parents :space-between="16" - :autoplay="{ delay: 30000, disableOnInteraction: false }" observe-slide-children :modules="modules" class="h-[1776px] py-5" @@ -25,10 +25,10 @@
- -
欢迎微信扫码留言
期待您的宝贵意见
+ +
欢迎微信扫码留言
期待您的宝贵意见
@@ -55,7 +55,7 @@ function swiperInit(_swiper: any) { } let timer: number const noSwiping = ref(false) -const TIMEOUT = 3000 +const TIMEOUT = 10000 function disable() { noSwiping.value = true swiper.value?.autoplay?.stop() diff --git a/src/components/ListItem/ListItem.vue b/src/components/ListItem/ListItem.vue index 16aeb83..827d63f 100644 --- a/src/components/ListItem/ListItem.vue +++ b/src/components/ListItem/ListItem.vue @@ -1,30 +1,70 @@ diff --git a/src/types/customer.d.ts b/src/types/customer.d.ts index 0ea2f36..71741eb 100644 --- a/src/types/customer.d.ts +++ b/src/types/customer.d.ts @@ -23,7 +23,8 @@ declare interface ProposalList { * 顾客电话 */ customerPhone: string - disposeDes: string + disposeDes: string //处理前 + disposeRep: string //处理后 pictureListAfter: PictureListAfter[] pictureListBefore: PictureListBefore[] proposalCode: string