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
Plain Diff
Browse Files
Authored by
陈峰
2019-01-03 10:39:13 +0800
Commit
174f70323988639c707617fefd5eba54322dbcaf
2 parents
d2ef78c5
edabfd0b
Merge branch 'feature/updateSdk' into 'release/6.8.4'
Feature/update sdk See merge request
!1652
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
1 deletions
package.json
public/js/home/coupon-new/controller.js
package.json
View file @
174f703
...
...
@@ -134,7 +134,7 @@
"workbox-sw"
:
"^2.1.2"
,
"workbox-webpack-plugin"
:
"^3.4.1"
,
"yo-cli"
:
"=2.1.9"
,
"yoho-activity-sdk"
:
"1.1.
1
"
,
"yoho-activity-sdk"
:
"1.1.
2
"
,
"yoho-cookie"
:
"^1.2.0"
,
"yoho-fastclick"
:
"^1.0.6"
,
"yoho-hammer"
:
"^2.0.8"
,
...
...
public/js/home/coupon-new/controller.js
View file @
174f703
...
...
@@ -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'
);
}
if
(
$
(
'#yoho-header'
).
hasClass
(
'hide'
))
{
this
.
view
.
page
.
removeClass
(
'cpage-padding284'
);
...
...
Please
register
or
login
to post a comment