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
2016-01-19 16:03:41 +0800
Commit
cfb376afaef97db7d83753bc8beb0343c3195607
1 parent
447a8262
code review by fei.hong: do modify product detail add colors paramerter sizeName
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
yohobuy/m.yohobuy.com/application/models/Product/Detail.php
yohobuy/m.yohobuy.com/application/models/Product/Detail.php
View file @
cfb376a
...
...
@@ -238,6 +238,7 @@ class DetailModel
$colorArr
[
'colorNum'
]
=
isset
(
$colorStorageGroup
[
$colorArr
[
'skcId'
]
][
$sizeName
])
?
$colorStorageGroup
[
$colorArr
[
'skcId'
]
][
$sizeName
]
:
0
;
$colorGroup
[
$i
][
'color'
][]
=
$colorArr
;
}
$colorGroup
[
$i
][
'sizeName'
]
=
$sizeName
;
++
$i
;
}
...
...
Please
register
or
login
to post a comment