commit
b2f9127904
@ -0,0 +1,16 @@
|
||||
/*
|
||||
* @Author: ch
|
||||
* @Date: 2022-05-26 11:49:16
|
||||
* @LastEditors: ch
|
||||
* @LastEditTime: 2022-05-26 14:16:49
|
||||
* @Description: file content
|
||||
*/
|
||||
|
||||
// 订单状态
|
||||
export const ORDER_STATUS = {
|
||||
// 待支付
|
||||
AWAIT_PAY: 1
|
||||
}
|
||||
export const ORDER_SOURCE = {
|
||||
|
||||
}
|
Loading…
Reference in new issue