shop-web/src/pinia
dzq 7aed962049 refactor(cart): 使用 `cellId` 替换 `id` 作为商品唯一标识符
为了与后端数据结构保持一致,将商品唯一标识符从 `id` 改为 `cellId`。这涉及修改购物车相关函数和组件中的引用,确保代码逻辑正确。
2025-05-16 10:21:22 +08:00
..
stores refactor(cart): 使用 `cellId` 替换 `id` 作为商品唯一标识符 2025-05-16 10:21:22 +08:00
index.ts 初始化 2025-03-05 09:22:29 +08:00