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
ef9a6da45041effe92c50bddca3f168f0897aca2
1 parent
feb0592c
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
12 additions
and
0 deletions
yohobuy/m.yohobuy.com/application/modules/Guang/controllers/Info.php
yohobuy/m.yohobuy.com/application/modules/Guang/controllers/Info.php
View file @
ef9a6da
...
...
@@ -146,6 +146,10 @@ class InfoController extends AbstractAction
}
}
}
// 更多商品链接
elseif
(
isset
(
$value
[
'link'
]))
{
$build
[
'link'
]
=
$value
[
'link'
][
'data'
][
0
][
'url'
];
}
$data
[
'detail'
][
'content'
][]
=
$build
;
}
...
...
@@ -313,6 +317,10 @@ class InfoController extends AbstractAction
}
}
}
// 更多商品链接
elseif
(
isset
(
$value
[
'link'
]))
{
$build
[
'link'
]
=
$value
[
'link'
][
'data'
][
0
][
'url'
];
}
$data
[
'detail'
][
'content'
][]
=
$build
;
}
...
...
@@ -445,6 +453,10 @@ class InfoController extends AbstractAction
}
}
}
// 更多商品链接
elseif
(
isset
(
$value
[
'link'
]))
{
$build
[
'link'
]
=
$value
[
'link'
][
'data'
][
0
][
'url'
];
}
// 内容详情
if
(
array
()
!==
$build
)
{
...
...
Please
register
or
login
to post a comment