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)