Pre Merge pull request !69 from 卢越/master

pull/69/MERGE
卢越 2024-08-08 05:05:33 +00:00 committed by Gitee
commit 5c2c5cf933
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) => {