From 32a145835e8f0b66ad5e8401ed9d1be80c3c8fad Mon Sep 17 00:00:00 2001
From: hongchao <3228015117@qq.com>
Date: Sat, 5 Jul 2025 19:29:49 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9D=83=E9=99=90bug=E4=BF=AE=E5=A4=8D?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
 src/pages/work/index.vue | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/pages/work/index.vue b/src/pages/work/index.vue
index 9cf3216..5d92781 100644
--- a/src/pages/work/index.vue
+++ b/src/pages/work/index.vue
@@ -63,7 +63,7 @@
                 class="purchase-item"
                 :key="index"
                 @tap="onNavigateTo(item.url)"
-                v-for="(item, index) in repairList"
+                v-for="(item, index) in repairListTwo"
             >
                 
                 
@@ -81,7 +81,7 @@
                 class="purchase-item"
                 :key="index"
                 @tap="onNavigateTo(item.url)"
-                v-for="(item, index) in partList"
+                v-for="(item, index) in partListTwo"
             >
                 
                 
@@ -99,7 +99,7 @@
                 class="purchase-item"
                 :key="index"
                 @tap="onNavigateTo(item.url)"
-                v-for="(item, index) in boxList"
+                v-for="(item, index) in boxListTwo"
             >