【修复】修复秒杀列表显示错误的问题。

This commit is contained in:
大灰灰
2022-10-25 15:12:04 +08:00
parent 3aacf52dbb
commit b6739902da
7 changed files with 13 additions and 24 deletions

View File

@@ -595,7 +595,7 @@
let data = {
id: this.goodsId,
groupId: this.groupId,
type: "group",
type: this.cartType,
needSku: true,
};
// 如果用户已经登录 要传用户token

View File

@@ -604,7 +604,7 @@
let data = {
id: this.goodsId,
groupId: this.groupId,
type: "seckill",
type: this.cartType,
needSku: true
};
// 如果用户已经登录 要传用户token