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
9 years ago
Commit
6fe5528bfdc37d6ce0276a1c75ea681b8b5b9357
1 parent
60f943d2
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 @
6fe5528
...
...
@@ -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