diff --git a/pages/shop/GoodsList/index.vue b/pages/shop/GoodsList/index.vue
index cc5f82f..b0dc4d3 100644
--- a/pages/shop/GoodsList/index.vue
+++ b/pages/shop/GoodsList/index.vue
@@ -1,314 +1,312 @@
-
-
-
- {{ title ? title : '默认' }}
-
- 价格
-
-
-
-
-
- 销量
-
-
-
-
-
- 新品
-
-
-
-
-
-
-
- {{ item.storeName }}
-
- ¥
- {{ item.price }}
-
-
- ¥{{ item.otPrice }}
- 已售{{ item.sales }}件
-
-
-
-
-
-
-
-
-
-
- {{ item.storeName }}
-
- {{ item.price }}积分
-
-
-
- 已售{{ item.sales }}件
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+ {{ title ? title : '默认' }}
+
+ 价格
+
+
+
+
+
+ 销量
+
+
+
+
+
+ 新品
+
+
+
+
+
+
+
+ {{ item.storeName }}
+
+ ¥
+ {{ item.price }}
+
+
+ ¥{{ item.otPrice }}
+ 已售{{ item.sales }}件
+
+
+
+
+
+
+
+
+
+
+ {{ item.storeName }}
+
+ {{ item.price }}积分
+
+
+
+ 已售{{ item.sales }}件
+
+
+
+
+
+
+
+
+
+
+
+