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
Plain Diff
Browse Files
Authored by
毕凯
2015-12-20 15:00:22 +0800
Commit
ee71c1e8c1c41e62558e340c6d9e11087181f562
2 parents
8d6379a5
6fe5528b
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohobuy
into develop
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 @
ee71c1e
...
...
@@ -196,7 +196,7 @@ class DetailModel
);
$colorStorageNum
+=
intval
(
$size
[
'goodsSizeStorageNum'
]);
$sizeStorageStr
.=
$size
[
'goodsSizeStorageNum'
]
.
'/'
;
$colorStorageGroup
[
$size
[
'sizeName'
]][
$value
[
'
colorId
'
]]
=
$size
[
'goodsSizeStorageNum'
];
$colorStorageGroup
[
$size
[
'sizeName'
]][
$value
[
'
productSkc
'
]]
=
$size
[
'goodsSizeStorageNum'
];
}
// 颜色分组
...
...
Please
register
or
login
to post a comment