diff --git a/src/common/dicts/order.js b/src/common/dicts/order.js new file mode 100644 index 0000000..a412175 --- /dev/null +++ b/src/common/dicts/order.js @@ -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 = { + +} \ No newline at end of file diff --git a/src/pages/order/submit.vue b/src/pages/order/submit.vue index 96feafa..9cf2193 100644 --- a/src/pages/order/submit.vue +++ b/src/pages/order/submit.vue @@ -2,7 +2,7 @@ * @Author: ch * @Date: 2022-03-20 14:14:53 * @LastEditors: ch - * @LastEditTime: 2022-05-25 16:04:45 + * @LastEditTime: 2022-05-26 14:31:36 * @Description: file content -->