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
Zhang
2017-07-05 13:56:38 +0800
Commit
4c75f6ef1810a63b1f2dbf92bf3d7369069ce912
1 parent
a4f702c0
红人店铺筛选改变type
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
apps/3party/views/action/material-new.hbs
public/js/product/shop/all-product.js
apps/3party/views/action/material-new.hbs
View file @
4c75f6e
<div
class=
"material-c reds-shop"
>
<div
class=
"filter-box"
>
{{>
product
/
filter-tab
}}
{{>
product
/
filter-tab
-new
}}
{{>
common
/
filter
}}
</div>
<div
id=
"all-goods"
class=
"tab-panel active"
>
...
...
public/js/product/shop/all-product.js
View file @
4c75f6e
...
...
@@ -100,7 +100,7 @@ const getGoodsList = params => {
}
// 有参数,参数优先,滚动加载相关参数重置
if
(
params
)
{
if
(
params
&&
!
params
.
filtering
)
{
Object
.
assign
(
defaultOpt
,
params
);
if
(
params
.
page
)
{
page
=
params
.
page
+
1
;
...
...
Please
register
or
login
to post a comment