完成商城下单功能

This commit is contained in:
gxwebsoft
2024-05-27 01:24:02 +08:00
parent dea6ae1c23
commit 4bae8599e1
26 changed files with 803 additions and 129 deletions

View File

@@ -12,8 +12,8 @@ export interface Goods {
type?: number;
// 商品编码
code?: string;
// 商品标题
title?: string;
// 商品名称
goodsName?: string;
// 商品封面图
image?: string;
// 商品详情