From 6033edcd50e15332b764d6d0035641c5d919bc86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Wed, 12 Nov 2025 11:15:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9B=A2=E8=B4=AD=E5=88=97?= =?UTF-8?q?=E8=A1=A8=E6=95=B0=E6=8D=AE=E5=B1=95=E7=A4=BA=E7=9A=84=E9=80=BB?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/shop/groupPurchase/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/packages/shop/groupPurchase/index.vue b/packages/shop/groupPurchase/index.vue index f7642a6a..ea7cd536 100644 --- a/packages/shop/groupPurchase/index.vue +++ b/packages/shop/groupPurchase/index.vue @@ -155,7 +155,8 @@ export default { return } const params = { - user_id: uni.getStorageSync('userId') + user_id: uni.getStorageSync('userId'), + community_id: uni.getStorageSync('changeCommData') ? uni.getStorageSync('changeCommData').id : '' } return request(apiArr.groupBuyList, 'POST', params).then(res => { const list = res.group_buy_list.map(item => {