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
周少峰
9 years ago
Commit
7133301c8415057054becf8038a9d75b5a919e5d
1 parent
2ffbbc6a
guang content pic text
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
yohobuy/www.yohobuy.com/application/models/Guang/Info.php
yohobuy/www.yohobuy.com/application/models/Guang/Info.php
View file @
7133301
...
...
@@ -94,16 +94,16 @@ class InfoModel
$goodsGroup
=
array_merge_recursive
(
$goodsGroup
,
self
::
goodsGroup
(
$con
[
'data'
]));
}
else
{
$other
=
is_callable
(
"self::
$type
"
)
?
self
::
$type
(
$con
[
'data'
])
:
''
;
$result
[
'content'
]
=
array_merge_recursive
(
$result
[
'content'
],
$other
);
array_push
(
$result
[
'content'
],
$other
);
}
}
}
}
if
(
!
empty
(
$goods
))
{
$result
[
'content'
][
'relatedReco'
]
=
array
(
'recos'
=>
$goods
);
$result
[
'content'
][
][
'relatedReco'
]
=
array
(
'recos'
=>
$goods
);
}
if
(
!
empty
(
$goodsGroup
))
{
$result
[
'content'
][
'relatedReco'
]
=
$goodsGroup
;
$result
[
'content'
][
][
'relatedReco'
]
=
$goodsGroup
;
}
//赞、收藏
if
(
isset
(
$data
[
'baseInfo'
])
&&
!
empty
(
$data
[
'baseInfo'
]))
{
...
...
Please
register
or
login
to post a comment