From d73cd892ea229865f74fc75555b3e3c0083e65f8 Mon Sep 17 00:00:00 2001 From: weipengfei <2187978347@qq.com> Date: Tue, 26 Dec 2023 18:04:41 +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/nongKe/cloud_entrepot/indexb.vue | 8 ++------ pages/nongKe/cloud_entrepot/indexh.vue | 3 ++- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/pages/nongKe/cloud_entrepot/indexb.vue b/pages/nongKe/cloud_entrepot/indexb.vue index f33894f..b61f043 100644 --- a/pages/nongKe/cloud_entrepot/indexb.vue +++ b/pages/nongKe/cloud_entrepot/indexb.vue @@ -765,9 +765,7 @@ }, // 购物车信息 cartFn() { - getCartList({ - source: 103 - }).then(res => { + getCartList().then(res => { this.totalMoney = 0 this.cartList = res.data.list this.cartList.forEach(e => { @@ -777,9 +775,7 @@ }) this.totalMoney = this.totalMoney.toFixed(2) }) - getCartCounts({ - source: 103 - }).then(res => { + getCartCounts().then(res => { this.goodsNum = res.data[0].count }) }, diff --git a/pages/nongKe/cloud_entrepot/indexh.vue b/pages/nongKe/cloud_entrepot/indexh.vue index c72aa75..25964a6 100644 --- a/pages/nongKe/cloud_entrepot/indexh.vue +++ b/pages/nongKe/cloud_entrepot/indexh.vue @@ -772,7 +772,8 @@ // 购物车信息 cartFn() { getCartList({ - source: 103 + source: 103, + product_type: 98 }).then(res => { this.totalMoney = 0 this.cartList = res.data.list