diff --git a/src/pages/product/list.vue b/src/pages/product/list.vue
index 764089a..a70bc78 100644
--- a/src/pages/product/list.vue
+++ b/src/pages/product/list.vue
@@ -39,41 +39,43 @@
-
-
- 📦
-
-
- {{ item.name }}
- {{ item.spec || '-' }}
-
-
-
- {{ loading ? '加载中...' : (hasMore ? '上拉加载更多' : '没有更多了') }}
+
+
+ {{ loading ? '加载中...' : (hasMore ? '上拉加载更多' : '没有更多了') }}
+
+
@@ -159,7 +161,6 @@ export default {
+
\ No newline at end of file