Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
姜枫
9 years ago
Commit
4d3c16b019e0a2d4099282ce602fe7951208b4cc
1 parent
e9cc608f
fix shopping cart style problem
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
public/js/common/header.js
public/js/common/header.js
View file @
4d3c16b
...
...
@@ -14,12 +14,10 @@ var $searchWrap = $('.search-wrapper'),
$clearInput
=
$
(
'.clear-input'
);
var
goodsTpl
=
require
(
'../../tpl/common/bag-goods.hbs'
);
var
delayer
;
require
(
'yoho-jquery-nanoscroller'
);
var
delayer
;
function
handelProduct
(
data
)
{
var
goods
=
[],
list
=
[
'commonPros'
,
'preSalePros'
,
'noStorage'
];
...
...
Please
register
or
login
to post a comment