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
1
Download as
Email Patches
Plain Diff
Browse Files
Authored by
杨延青
2018-12-29 14:04:42 +0800
Commit
e89d1cba1885c96abefc5bce7dbf6ed8476ddff5
1 parent
e7ebe4c5
set coupon page header height in wechat
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
0 deletions
public/js/home/coupon-new/controller.js
public/js/home/coupon-new/controller.js
View file @
e89d1cb
...
...
@@ -23,6 +23,10 @@ class ConponController extends Page {
usedTip
:
$
(
'.used-tip'
),
exchangeBox
:
$
(
'.exchange-box'
)
};
if
(
$
(
'#yoho-header'
).
hasClass
(
'hide'
))
{
this
.
view
.
page
.
removeClass
(
'cpage-padding284'
);
}
this
.
view
.
filterBtn
.
on
(
'click'
,
this
.
tabChange
.
bind
(
this
));
this
.
view
.
showFilterBtn
.
on
(
'click'
,
this
.
showFilter
.
bind
(
this
));
...
...
杨延青
@yangyanqing
2018-12-29 06:07:15 UTC
Master
mentioned in commit
b4edfaeb
Please
register
or
login
to post a comment