From d8ee89ff09aed2ad93a2596db8b8259cc4afde3b Mon Sep 17 00:00:00 2001
From: weipengfei <2187978347@qq.com>
Date: Mon, 27 May 2024 18:07:07 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Dbug?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages/cart/cart.vue | 780 ++++++++++++++++++++++----------------------
1 file changed, 391 insertions(+), 389 deletions(-)
diff --git a/pages/cart/cart.vue b/pages/cart/cart.vue
index 1fba6e9..edc1a3b 100644
--- a/pages/cart/cart.vue
+++ b/pages/cart/cart.vue
@@ -1,438 +1,440 @@
-
-
-
-
-
- {{item}}
-
-
-
-
+
+
+
+
+
+ {{item}}
+
+
+
+
-
-
-
-
-
- 共计{{cartList.length}}件
- 管理
- 完成
-
-
-
-
-
-
-
-
-
-
- {{item.goods_name}}
- {{item.unit_name}}
-
-
- ¥{{item.sell}}
-
- {{item.cart_num}}
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- {{item.name}}
-
- {{item.unit_name}}
-
-
- ¥{{item.sell}}
-
- 加入购物车
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+ 共计{{cartList.length}}件
+ 管理
+ 完成
+
+
+
+
+
+
+
+
+
+
+ {{item.goods_name}}
+ {{item.unit_name}}
+
+
+ ¥{{item.sell}}
+
+ {{item.cart_num}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{item.name}}
+
+ {{item.unit_name}}
+
+
+ ¥{{item.sell}}
+
+ 加入购物车
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
-
-
-
-
-
- 全选
- ({{checkAll}})
-
-
-
- 合计:
-
- ¥
- {{c_price0}}
- .{{c_price1}}
-
-
-
- 去结算({{checkAll}})
-
-
-
-
- 删除
-
-
-
-
+
+
+
+
+
+
+ 全选
+ ({{checkAll}})
+
+
+
+ 合计:
+
+ ¥
+ {{c_price0}}
+ .{{c_price1}}
+
+
+
+ 去结算({{checkAll}})
+
+
+
+
+ 删除
+
+
+
+
\ No newline at end of file