Commit 94294d15 authored by qinhaitao's avatar qinhaitao

fix: 🐛 格式错误

parent c732c14f
......@@ -48,13 +48,13 @@ export const ACTIVITY_OPEN_PRIZE_STATUS = {
}
// 活动状态
export const enum ACTIVITY_STATUS {
export enum ACTIVITY_STATUS {
NORMAL = 1,
DELETE = 2
}
// 奖品状态
export const enum DELETE_STATUS {
export enum DELETE_STATUS {
NORMAL = 1,
DELETE = 2
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment