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
Plain Diff
Browse Files
Authored by
biao
2016-06-02 11:46:15 +0800
Commit
111c1632a147992c22c6c296ad518046072bad6b
2 parents
137486e0
58d87cff
Merge branch 'hotfix/single'
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/m.yohobuy.com/application/modules/Guang/controllers/Info.php
yohobuy/m.yohobuy.com/application/modules/Guang/controllers/Info.php
View file @
111c163
...
...
@@ -129,7 +129,7 @@ class InfoController extends AbstractAction
}
// 单个商品
elseif
(
$i
===
0
&&
isset
(
$reco
[
0
]))
{
$build
[
'relatedReco'
]
=
$
good
[
0
];
$build
[
'relatedReco'
]
=
$
reco
[
0
];
}
// 多个商品
else
{
...
...
Please
register
or
login
to post a comment