Toggle navigation
Toggle navigation
This project
Loading...
Sign in
liuloulou
/
yohobuy-portal-fe2
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
weiqingting
9 years ago
Commit
7ea86f24f38c88395ae64465f23e5ff4cb5f7b3b
1 parent
c24abb20
提交
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
code/static/js.jquery/module/marketing/CouponList/Index.js
code/static/js.jquery/module/marketing/CouponList/Index.js
View file @
7ea86f2
...
...
@@ -28,7 +28,7 @@ var departments = [
var
couponTypes
=
[
"A券"
,
"B券"
,
"公开券"
,
"生日券"
,
"免邮券"
];
var
useLimitTypes
=
[
"无限制"
,
"货物件数限制"
,
"订单金额限制"
];
// var customTypes = ["新客户", "银卡会员", "金卡会员", "白金卡会员", "普通用户(不含新客)"];
var
customTypes
=
{
1
:
"新客户"
,
2
:
"银卡会员"
,
3
:
"金卡会员"
,
4
:
"白金卡会员"
,
5
:
"普通用户(不含新客)"
,
9
:
"学生"
}
;
var
customTypes
=
{
1
:
"新客户"
,
2
:
"银卡会员"
,
3
:
"金卡会员"
,
4
:
"白金卡会员"
,
5
:
"普通用户(不含新客)"
,
9
:
"学生"
}
;
var
ENUM
=
{
status
:
{
0
:
'待审核'
,
1
:
'审核通过'
,
2
:
'驳回'
,
'-1'
:
'过期'
,
3
:
'作废'
},
//全部
tips
:
{
"0"
:
0
,
"1"
:
0
,
"2"
:
0
,
"3"
:
0
,
"4"
:
0
,
"all"
:
0
}
...
...
Please
register
or
login
to post a comment