From 80f38fde38c9b0d01696a4b6a6ebee21ef84564c Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Mon, 6 Nov 2023 09:12:56 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/order_addcart/order_addcart.vue | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/pages/order_addcart/order_addcart.vue b/pages/order_addcart/order_addcart.vue index 6614ffc..edc54d9 100644 --- a/pages/order_addcart/order_addcart.vue +++ b/pages/order_addcart/order_addcart.vue @@ -679,7 +679,9 @@ // 购物车列表 getCartList: function(isChange) { let that = this; - getCartList().then(res => { + getCartList({ + product_id: 98, + }).then(res => { res.data.list.forEach((item, index) => { item.allCheck = true item.list.forEach((goods, j) => {