diff --git a/project/fengdu/app/AppIntegratingSupermarket/components/StoreList.vue b/project/fengdu/app/AppIntegratingSupermarket/components/StoreList.vue
index 541783c4..f7ec37ed 100644
--- a/project/fengdu/app/AppIntegratingSupermarket/components/StoreList.vue
+++ b/project/fengdu/app/AppIntegratingSupermarket/components/StoreList.vue
@@ -40,12 +40,12 @@
@getList="getList">
- {{ row.serviceType === '1' ? row.visibleNames || '-' : '-' }}
+ {{ row.type === '0' ? row.visibleNames || '-' : '-' }}
- {{ row.serviceType === '0' ? row.visibleNames || '-' : '-' }}
+ {{ row.type === '1' ? row.visibleNames || '-' : '-' }}