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
hf
2015-12-20 16:36:38 +0800
Commit
dd0efa2e8ae690c1ffd8c83b508cd355c9e467a8
1 parent
f6372a19
code review by hf: fixes bug refs YW-1720
Hide 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 @
dd0efa2
...
...
@@ -226,7 +226,7 @@ class DetailModel
// 格式化尺码对应的各个颜色分组
foreach
(
$colorGroup
as
$value
)
{
$sizeGroup
[][
'size'
]
=
$sizeList
[
$value
[
'
i
d'
]
];
$sizeGroup
[][
'size'
]
=
$sizeList
[
$value
[
'
skcI
d'
]
];
}
// 商品图: 多个
...
...
Please
register
or
login
to post a comment