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
郭成尧
2018-05-17 15:05:22 +0800
Commit
7ccbd005aac6a7a49dee365ed3849dd7f5de7899
1 parent
400696f8
no-cart-icon
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
2 deletions
apps/product/views/action/search/list-new.hbs
public/js/product/search-list-new.page.js
apps/product/views/action/search/list-new.hbs
View file @
7ccbd00
...
...
@@ -18,7 +18,6 @@
{{>
common
/
filter
}}
{{!-- 筛选 end --}}
</div>
{{>
common
/
suspend-cart
}}
{{/
goodList
}}
</div>
{{!-- SEO 关键词 --}}
...
...
public/js/product/search-list-new.page.js
View file @
7ccbd00
...
...
@@ -17,6 +17,5 @@ if (qs) {
new
ProductListWithFilter
(
initParams
,
'product/search/category'
);
require
(
'common/suspend-cart'
);
require
(
'common/footer'
);
require
(
'./shop/coupon'
);
...
...
Please
register
or
login
to post a comment