修改多个货品时进入详情页的bug
This commit is contained in:
parent
6cd1b93782
commit
b854bf8cf5
@ -699,7 +699,7 @@ export default {
|
|||||||
const meun = menuButtonInfo();
|
const meun = menuButtonInfo();
|
||||||
this.top = meun.top;
|
this.top = meun.top;
|
||||||
this.localHeight = meun.height;
|
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.endTime = itemObj.group_buy_goods_list[0].group_buy_activity_info.end_time
|
||||||
this.getBuyRecord()
|
this.getBuyRecord()
|
||||||
this.getEndTheCountdown(this.endTime)
|
this.getEndTheCountdown(this.endTime)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user