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
梁志锋
2016-02-17 20:04:26 +0800
Commit
2b44fa10945a688ff60e11ddf520eeefcb36020b
2 parents
7d25a9ce
d64c6739
Merge remote-tracking branch 'origin/develop/wap' into develop/wap
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
5 deletions
yohobuy/m.yohobuy.com/application/models/Index/Cart.php
yohobuy/m.yohobuy.com/application/models/Index/Cart.php
View file @
2b44fa1
...
...
@@ -708,11 +708,9 @@ class CartModel
}
// 缩略图
foreach
(
$val
[
'images_list'
]
as
$image
)
{
$thumbImageList
[]
=
array
(
'img'
=>
Helpers
::
getImageUrl
(
$image
[
'image_url'
],
60
,
60
)
);
}
$thumbImageList
[]
=
array
(
'img'
=>
Helpers
::
getImageUrl
(
$val
[
'color_image'
],
60
,
60
)
);
// 商品库存总数
$totalStorageNum
+=
$colorNum
;
...
...
Please
register
or
login
to post a comment