From 068161badedcf04c9c515b81f163f17ddaa47ba1 Mon Sep 17 00:00:00 2001 From: huxuejian Date: Fri, 29 May 2026 12:07:13 +0800 Subject: [PATCH] Update customer-archive.vue --- pages/home/customer-archive.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/home/customer-archive.vue b/pages/home/customer-archive.vue index 7a2373c..8510348 100644 --- a/pages/home/customer-archive.vue +++ b/pages/home/customer-archive.vue @@ -182,7 +182,7 @@ function toHealthList() { function toggle(i) { if (current.value && current.value._id === i._id) return; current.value = i; - scrollLeft.value = 0 + scrollLeft.value = scrollLeft.value === 0 ? 1 : 0; } function toManagePage() {