【功能修复】拼团:未开启拼团的 SKU 需要禁用选择

This commit is contained in:
YunaiV
2024-08-10 11:36:02 +08:00
parent 51ba185e81
commit 5feab41b3d
2 changed files with 15 additions and 2 deletions
+2 -1
View File
@@ -220,6 +220,7 @@
const activity = ref();
const timeStatusEnum = ref('');
// 查询活动
const getActivity = async (id) => {
const { data } = await SeckillApi.getSeckillActivity(id);
@@ -230,9 +231,9 @@
await getSpu(data.spuId);
};
// 查询商品
const getSpu = async (id) => {
const { data } = await SpuApi.getSpuDetail(id);
// 模拟
data.activity_type = 'seckill';
state.goodsInfo = data;
// 处理轮播图