From b854bf8cf568125fb69c418e85c351dff21cb199 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E6=AF=85?= <1335909236@qq.com> Date: Sat, 23 Aug 2025 16:57:28 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=A4=9A=E4=B8=AA=E8=B4=A7?= =?UTF-8?q?=E5=93=81=E6=97=B6=E8=BF=9B=E5=85=A5=E8=AF=A6=E6=83=85=E9=A1=B5?= =?UTF-8?q?=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/shop/groupPurchaseDetail/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/shop/groupPurchaseDetail/index.vue b/packages/shop/groupPurchaseDetail/index.vue index 5fa3d45e..33fd7f82 100644 --- a/packages/shop/groupPurchaseDetail/index.vue +++ b/packages/shop/groupPurchaseDetail/index.vue @@ -699,7 +699,7 @@ export default { const meun = menuButtonInfo(); this.top = meun.top; this.localHeight = meun.height; - this.id = itemObj.id; + this.id = itemObj.commodity_id ? itemObj.commodity_id : itemObj.id; this.endTime = itemObj.group_buy_goods_list[0].group_buy_activity_info.end_time this.getBuyRecord() this.getEndTheCountdown(this.endTime)