修改多个货品时进入详情页的bug

This commit is contained in:
赵毅 2025-08-23 16:57:28 +08:00
parent 6cd1b93782
commit b854bf8cf5

View File

@ -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)