Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
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
郭成尧
7 years ago
Commit
3fbac42920d9578093c8787c98604b850c6e19ac
1 parent
6a9d8204
code-better
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
public/js/home/coupon-new/controller.js
public/js/home/coupon-new/controller.js
View file @
3fbac42
...
...
@@ -184,6 +184,8 @@ class ConponController extends Page {
this
.
couponType
=
'use'
;
}
else
if
(
itemClicked
.
hasClass
(
'invalid'
))
{
this
.
couponType
=
'overtime'
;
}
else
{
tip
.
show
(
'未知券类型'
);
}
// 筛选框控制按钮状态管理
...
...
Please
register
or
login
to post a comment