UNPKG
wn-lottery
Version:
latest (0.0.1-development)
0.0.1-development
抽奖程序
github.com/weineel/lottery
weineel/lottery
wn-lottery
/
src
/
components
/
constant.js
16 lines
(13 loc)
•
272 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
export
const
ItemStatus = { normal:
"normal"
, highLight:
"highLight"
, selected:
"selected"
};
// 抽奖的过程状态
export
const
ProcessStatus = { stopped:
"stopped"
, stopping:
"stopping"
, progress:
"progress"
};
// 奖品数量
export
const
ItemNum =
8
;