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

Merge pull request !69 from 卢越/master
pull/71/head^2
芋道源码 2024-08-08 05:06:40 +00:00 committed by Gitee
commit 7a3f98e5fc
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
3 changed files with 4 additions and 2 deletions

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
}]
}),
});

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,

View File

@ -14,7 +14,7 @@ export function showAuthModal(type = 'smsLogin') {
modal.$patch((state) => {
state.auth = type;
});
}, 200);
}, 500);
closeAuthModal();
} else {
modal.$patch((state) => {