Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
hf
2015-12-14 13:45:14 +0800
Commit
41376416c7db381e0a448084ab00a3d171b6324a
1 parent
f5e0d496
do modify product detail page call comments list api to old
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/m.yohobuy.com/application/modules/Product/controllers/Detail.php
yohobuy/m.yohobuy.com/application/modules/Product/controllers/Detail.php
View file @
4137641
...
...
@@ -90,7 +90,7 @@ class DetailController extends AbstractAction
'goodsCommentsPage'
=>
true
,
'pageFooter'
=>
true
,
'comments'
=>
array
(
'list'
=>
\Product\DetailModel
::
getCo
nsul
ts
(
$productId
),
'list'
=>
\Product\DetailModel
::
getCo
mmen
ts
(
$productId
),
),
);
...
...
Please
register
or
login
to post a comment