Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
Rock Zhang
2016-02-26 17:29:14 +0800
Commit
b2fa6ba8b83d23a28e7ab292fd88a8d102fc9217
1 parent
416dfb16
去除商品详情页中对应颜色没有尺码的商品
Code Review By Rock Zhang
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/m.yohobuy.com/application/models/Product/Detail.php
yohobuy/m.yohobuy.com/application/models/Product/Detail.php
View file @
b2fa6ba
...
...
@@ -195,7 +195,7 @@ class DetailModel
// 商品的尺码列表
$colorStorageGroup
[
$value
[
'productSkc'
]
]
=
array
();
if
(
isset
(
$value
[
'goodsSizeBoList'
]))
{
if
(
isset
(
$value
[
'goodsSizeBoList'
])
&&
!
empty
(
$value
[
'goodsSizeBoList'
])
)
{
$sizeName
=
''
;
foreach
(
$value
[
'goodsSizeBoList'
]
as
$size
)
{
$sizeList
[
$value
[
'productSkc'
]
][]
=
array
(
...
...
Please
register
or
login
to post a comment