Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
Rock Zhang
2016-02-17 20:01:36 +0800
Commit
92d57132dade0678b8e8f6f85ecb0e23f50757a0
2 parents
db8dedd0
d64c6739
Merge branch 'develop/wap' into beta/wap
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
3 deletions
yohobuy/m.yohobuy.com/application/models/Index/Cart.php
yohobuy/m.yohobuy.com/application/models/Index/Cart.php
View file @
92d5713
...
...
@@ -708,11 +708,9 @@ class CartModel
}
// 缩略图
foreach
(
$val
[
'images_list'
]
as
$image
)
{
$thumbImageList
[]
=
array
(
'img'
=>
Helpers
::
getImageUrl
(
$image
[
'image_url
'
],
60
,
60
)
'img'
=>
Helpers
::
getImageUrl
(
$val
[
'color_image
'
],
60
,
60
)
);
}
// 商品库存总数
$totalStorageNum
+=
$colorNum
;
...
...
Please
register
or
login
to post a comment