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
郭成尧
2016-09-06 17:59:10 +0800
Commit
88ccc4b93c5d4950ca5534f72e3c568a9e1538e2
1 parent
c10831a2
'require-common'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
public/js/product/shop/shop.js
public/js/product/shop/shop.js
View file @
88ccc4b
...
...
@@ -38,6 +38,7 @@ var $subNav = $('.home-sub-nav'),
var
winH
=
$
(
window
).
height
(),
noResult
=
'<p class="no-result">未找到相关搜索结果</p>'
;
require
(
'../../common'
);
// 默认筛选条件
var
defaultOpt
=
require
(
'../../common/query-param'
);
...
...
Please
register
or
login
to post a comment