mirror of
http://git.coreshop.cn/jianweie/coreshoppro.git
synced 2026-02-05 00:49:49 +08:00
【修复】修复秒杀列表显示错误的问题。
This commit is contained in:
@@ -595,7 +595,7 @@
|
||||
let data = {
|
||||
id: this.goodsId,
|
||||
groupId: this.groupId,
|
||||
type: "group",
|
||||
type: this.cartType,
|
||||
needSku: true,
|
||||
};
|
||||
// 如果用户已经登录 要传用户token
|
||||
|
||||
@@ -604,7 +604,7 @@
|
||||
let data = {
|
||||
id: this.goodsId,
|
||||
groupId: this.groupId,
|
||||
type: "seckill",
|
||||
type: this.cartType,
|
||||
needSku: true
|
||||
};
|
||||
// 如果用户已经登录 要传用户token
|
||||
|
||||
Reference in New Issue
Block a user