2025-10-21

商品详情加入购物车与创建订单
支付页面70%
This commit is contained in:
2025-10-21 15:25:55 +08:00
parent 091b655a0f
commit db65f73deb
7 changed files with 884 additions and 16 deletions

View File

@@ -203,7 +203,6 @@
// 加载数据
const loadMallData = () => {
console.log(111);
if (loadStatus.value == 'nomore') return
mallAPI.getMallList(params.value).then((res) => {
mallList.value = mallList.value.concat(res.data.products)