Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
hf
9 years ago
Commit
7dd127ae6e9ea3f5bdd8771255264714e367e778
1 parent
9d487498
code review by fei.hong: do add guang info page more goods link params
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
yohobuy/m.yohobuy.com/application/modules/Guang/controllers/Info.php
yohobuy/m.yohobuy.com/application/modules/Guang/controllers/Info.php
View file @
7dd127a
...
...
@@ -148,7 +148,7 @@ class InfoController extends AbstractAction
}
// 更多商品链接
elseif
(
isset
(
$value
[
'link'
]))
{
$build
[
'
l
ink'
]
=
$value
[
'link'
][
'data'
][
0
][
'url'
];
$build
[
'
moreL
ink'
]
=
$value
[
'link'
][
'data'
][
0
][
'url'
];
}
$data
[
'detail'
][
'content'
][]
=
$build
;
...
...
@@ -319,7 +319,7 @@ class InfoController extends AbstractAction
}
// 更多商品链接
elseif
(
isset
(
$value
[
'link'
]))
{
$build
[
'
l
ink'
]
=
$value
[
'link'
][
'data'
][
0
][
'url'
];
$build
[
'
moreL
ink'
]
=
$value
[
'link'
][
'data'
][
0
][
'url'
];
}
$data
[
'detail'
][
'content'
][]
=
$build
;
...
...
@@ -455,7 +455,7 @@ class InfoController extends AbstractAction
}
// 更多商品链接
elseif
(
isset
(
$value
[
'link'
]))
{
$build
[
'
l
ink'
]
=
$value
[
'link'
][
'data'
][
0
][
'url'
];
$build
[
'
moreL
ink'
]
=
$value
[
'link'
][
'data'
][
0
][
'url'
];
}
// 内容详情
...
...
Please
register
or
login
to post a comment