购物车:列表

This commit is contained in:
YunaiV
2023-12-11 12:50:46 +08:00
parent 8fd8ff9f70
commit 7a15c9496c
5 changed files with 299 additions and 236 deletions
+1 -1
View File
@@ -138,7 +138,7 @@
state.selectedSku = e;
}
// 添加购物车 TODO 芋艿:待测试
// 添加购物车
function onAddCart(e) {
sheep.$store('cart').add(e);
}