修复购物车模块

This commit is contained in:
2024-07-30 14:48:52 +08:00
parent b0fbae6ac1
commit 7317e7ba96
3 changed files with 14 additions and 20 deletions

View File

@@ -6,12 +6,14 @@ import type { PageParam } from '@/api';
export interface Cart {
// 购物车表ID
id?: string;
// 类型 0商城 1预定
// 类型 0商城 1预定
type?: number;
// 商品ID
goodsId?: string;
// 商品属性
goodsAttrUnique?: string;
// 唯一标识
code?: string;
// 商品规格
spec?: string;
// 商品数量
cartNum?: number;
// 0 = 未购买 1 = 已购买