Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
hf
2015-12-22 06:04:08 +0800
Commit
e2fd3caf14123cb9dd4ef80ec37ac84d13af83c9
1 parent
07767067
fixes bugs to gzip css and js
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
yohobuy/m.yohobuy.com/application/models/Product/Detail.php
yohobuy/m.yohobuy.com/application/models/Product/Detail.php
View file @
e2fd3ca
...
...
@@ -110,6 +110,11 @@ class DetailModel
}
}
// 没有商品ID, 则取一次
if
(
empty
(
$productId
))
{
$productId
=
isset
(
$baseInfo
[
'id'
])
?
$baseInfo
[
'id'
]
:
0
;
}
$result
[
'feedbacks'
]
=
array
();
// 商品咨询
...
...
Please
register
or
login
to post a comment