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
yyq
2019-01-03 11:17:01 +0800
Commit
273c8efe69d90674bf21f8ecc826a0a58e7607b1
1 parent
6cc6034f
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/home/coupon-new/controller.js
public/js/home/coupon-new/controller.js
View file @
273c8ef
...
...
@@ -23,7 +23,7 @@ class ConponController extends Page {
usedTip
:
$
(
'.used-tip'
),
exchangeBox
:
$
(
'.exchange-box'
)
};
if
(
$
(
'#yoho-header'
).
hasClass
(
'hide'
))
{
this
.
view
.
page
.
removeClass
(
'cpage-padding284'
);
}
...
...
Please
register
or
login
to post a comment