Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
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
Plain Diff
Browse Files
Authored by
梁志锋
2015-12-20 14:54:23 +0800
Commit
d6908b50a4d2c621388d81b03a635211ca1824c2
2 parents
ab980b0a
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 @
d6908b5
...
...
@@ -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