From fdd5bbfb3b32e80a0af09ef1622542534ce78c1f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com>
Date: Thu, 17 Jul 2025 18:25:20 +0800
Subject: [PATCH] =?UTF-8?q?feat=20:=20=E5=AF=B9=E6=8E=A5=E5=95=86=E5=9F=8E?=
=?UTF-8?q?=E9=A6=96=E9=A1=B5=E6=8E=A5=E5=8F=A3?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
api/shop.js | 2 +-
packages/shop/index/index.vue | 792 ++++++++++++++++++++--------------
2 files changed, 463 insertions(+), 331 deletions(-)
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 @@
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+