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"
             >