修改商详情页UI

This commit is contained in:
2026-06-04 18:32:08 +08:00
parent 714e63e12a
commit fc808bd562
14 changed files with 6440 additions and 1605 deletions

View File

@@ -407,14 +407,20 @@ export type UserStats = {
// 足迹项类型
export type FootprintItemType = {
id: string
footprintId?: string
productId?: string
name: string
price: number
original_price: number | null
originalPrice?: number | null
image: string
sales: number
shopId: string
shopName: string
merchantId?: string
viewTime: number
saleStatus?: number
isOffShelf?: boolean
}
// =========================