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
姜枫
2016-07-15 14:08:17 +0800
Commit
ff2210823e42a7e19c32c2175a948f2c37dd5726
1 parent
48631fd9
处理列表 商品详情页url
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
apps/product/controllers/shop.js
apps/product/controllers/shop.js
View file @
ff22108
...
...
@@ -95,7 +95,7 @@ const shop = {
};
res
.
display
(
'shop-list'
,
_
.
assign
(
data
,
{
products
:
DataHelper
.
handleProductList
(
data
.
productList
),
products
:
DataHelper
.
handleProductList
(
ret
.
productList
),
order
:
q
.
order
}));
}
else
{
...
...
Please
register
or
login
to post a comment