!69 修复优惠券(类别型)功能

Merge pull request !69 from 卢越/master
This commit is contained in:
芋道源码
2024-08-08 05:06:40 +00:00
committed by Gitee
3 changed files with 4 additions and 2 deletions
+2 -1
View File
@@ -156,7 +156,8 @@
data: JSON.stringify({
items: [{
skuId: e.id,
count: e.goods_num
count: e.goods_num,
categoryId: state.goodsInfo.categoryId
}]
}),
});
+1
View File
@@ -107,6 +107,7 @@
skuId: item.sku.id,
count: item.count,
cartId: item.id,
categoryId: item.spu.categoryId
})
goods_list.push({
// goods_id: item.goods_id,
+1 -1
View File
@@ -14,7 +14,7 @@ export function showAuthModal(type = 'smsLogin') {
modal.$patch((state) => {
state.auth = type;
});
}, 200);
}, 500);
closeAuthModal();
} else {
modal.$patch((state) => {