diff --git a/api/category/index.js b/api/category/index.js
index 64bb6f8..526ac93 100644
--- a/api/category/index.js
+++ b/api/category/index.js
@@ -7,8 +7,8 @@ const api = {
}
// 页面数据
-export function list() {
- return request.get(api.list)
+export function list(param) {
+ return request.get(api.list, param)
}
diff --git a/pages/goods/list.vue b/pages/goods/list.vue
index eeb001b..511dade 100644
--- a/pages/goods/list.vue
+++ b/pages/goods/list.vue
@@ -1,569 +1,613 @@
-
-
-
-
-
-
-
- 综合
-
-
- {{ categoryText }}
-
+
+
+
+
+
+
+
+ 综合
+
- 销量
-
-
- 价格
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ item.goods_name }}
-
-
-
-
- {{ item.selling_point }}
-
-
-
- 已售{{ item.goods_sales }}件
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{ item.goods_name }}
-
-
-
- ¥{{ item.goods_price_min }}
- ¥{{ item.line_price_min }}
-
-
-
-
-
-
-
-
-
-
-
-
-
+ 销量
+
+
+ 价格
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.goods_name }}
+
+
+
+
+ {{ item.selling_point }}
+
+
+
+ 已售{{ item.goods_sales }}件
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ item.goods_name }}
+
+
+
+ ¥{{ item.goods_price_min }}
+ ¥{{ item.line_price_min }}
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file