From 48dd8be3d25e5b6d8bfa57ad757569f470f5ff74 Mon Sep 17 00:00:00 2001
From: xuxueyang <xuxy@fengyuntec.com>
Date: 星期五, 12 七月 2024 15:49:25 +0800
Subject: [PATCH] update组件

---
 pages/home/supplier-home.vue |   34 +++++++++++++++++-----------------
 1 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/pages/home/supplier-home.vue b/pages/home/supplier-home.vue
index c3ce2fa..f19e19a 100644
--- a/pages/home/supplier-home.vue
+++ b/pages/home/supplier-home.vue
@@ -224,24 +224,24 @@
 							this.scrollable = false
 						}
 						let that = this
-						if (this.noticeList.length >= 1) {
-							setInterval(() => {
-								console.log('interval,1')
-								that.currentNoticeIndex += 1
-								that.currentNoticeIndex %= that.noticeList.length
-								that.currentNotice = that.noticeList[that.currentNoticeIndex]
-								that.scrollable = false
-								that.$nextTick(() => {
-									if (that.currentNotice.title && that.currentNotice.title
-										.length >= 30) {
-										that.scrollable = true
-									} else {
-										that.scrollable = false
-									}
-								})
+						// if (this.noticeList.length >= 1) {
+						// 	setInterval(() => {
+						// 		console.log('interval,1')
+						// 		that.currentNoticeIndex += 1
+						// 		that.currentNoticeIndex %= that.noticeList.length
+						// 		that.currentNotice = that.noticeList[that.currentNoticeIndex]
+						// 		that.scrollable = false
+						// 		that.$nextTick(() => {
+						// 			if (that.currentNotice.title && that.currentNotice.title
+						// 				.length >= 30) {
+						// 				that.scrollable = true
+						// 			} else {
+						// 				that.scrollable = false
+						// 			}
+						// 		})
 
-							}, 8000)
-						}
+						// 	}, 8000)
+						// }
 
 					}
 				}

--
Gitblit v1.9.3