diff --git a/api/shop.js b/api/shop.js
index 192cd1ce..3b0214b3 100644
--- a/api/shop.js
+++ b/api/shop.js
@@ -6,5 +6,5 @@ export const apiArr = {
getCarCount:"/api/v2/wechat/commodity/cart/all_count",//购物车数量
addCar:"/api/v2/wechat/commodity/cart/add",//添加购物车
deleteCar:"/api/v2/wechat/commodity/cart/delete",//删除购物车
- updateCar:"/api/v2/wechat/commodity/cart/update",
+ updateCar:"/api/v2/wechat/commodity/cart/update",//更新购物车
}
\ No newline at end of file
diff --git a/packages/shop/index/index.vue b/packages/shop/index/index.vue
index 3733ceba..4bcdc7e3 100644
--- a/packages/shop/index/index.vue
+++ b/packages/shop/index/index.vue
@@ -1,368 +1,500 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+