5 lines
78 B
JavaScript
5 lines
78 B
JavaScript
/** 商品状态 */
|
|
export const SCART_STATUS = {
|
|
/** 正常 */
|
|
NORMAL: 1,
|
|
} |