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 10:46:42 +0800
Commit
7fd42ce05d75af20b61dd1d78921787cebbff698
1 parent
322771eb
cart
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 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 @
7fd42ce
...
...
@@ -18,6 +18,7 @@
{{>
common
/
filter
}}
{{!-- 筛选 end --}}
</div>
{{>
common
/
suspend-cart
}}
{{/
goodList
}}
</div>
{{!-- SEO 关键词 --}}
...
...
public/js/product/search-list-new.page.js
View file @
7fd42ce
...
...
@@ -17,5 +17,6 @@ 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