dashboard
repositories
filestore
activity
search
login
jiangyouyao
/
beauty-erp
forked from
beauty-erp
summary
commits
tree
docs
forks
compare
blame
|
history
|
raw
新增自动配料配置
935090232@qq.com
2021-10-30
caa15383382af86c00f7176c1d24280a7da6d9e2
[~jiangyouyao/beauty-erp.git]
/
zq-xcx
/
utils
/
constance.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
//支付成功页面常量
const PAGE_PAY_SUCCESS = {
//普通订单
SHOW_MODEL_NORMAL: 1,
//拼团订单
SHOW_MODEL_GROUP: 2,
//拼团订单结束
SHOW_MODEL_GROUP_END: 3,
}
module.exports = {
PAGE_PAY_SUCCESS: PAGE_PAY_SUCCESS,
}