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
dbb62107176ee01291b222cf5d8db8da867ef5ea
1 parent
9aa79ac8
洗ti说明
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
1 deletions
yohobuy/m.yohobuy.com/application/models/Product/Detail.php
yohobuy/m.yohobuy.com/application/models/Product/Detail.php
View file @
dbb6210
...
...
@@ -543,7 +543,11 @@ class DetailModel
if
(
!
empty
(
$sizeInfo
[
'washTipsBoList'
]))
{
$result
[
'washTips'
][
'list'
]
=
array
();
foreach
(
$sizeInfo
[
'washTipsBoList'
]
as
$value
)
{
$result
[
'washTips'
][
'list'
][]
=
$value
;
//$result['washTips']['list'][] = $value;
$result
[
'washTips'
][
'list'
][]
=
array
(
'img'
=>
strtr
(
$value
[
'img'
],
array
(
'http://'
=>
'//'
)),
'caption'
=>
$value
[
'caption'
],
);
}
}
...
...
Please
register
or
login
to post a comment