购物车

This commit is contained in:
李志鹏
2026-05-21 14:36:29 +08:00
parent 31de24cc2b
commit e7957532e8
9 changed files with 160 additions and 106 deletions

View File

@@ -0,0 +1,7 @@
/** 商品状态 */
export const SCART_STATUS = {
/** 正常 */
NORMAL: 1,
/** 下架 */
DISABLED: 0,
}