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
Plain Diff
Browse Files
Authored by
梁志锋
2016-02-17 20:05:21 +0800
Commit
c3a8723df8c08d2b65134dbc8d2ac23143a74797
2 parents
b3ef4efd
2b44fa10
Merge remote-tracking branch 'remotes/origin/develop/wap' into stable/wap
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
5 deletions
static/sass/me/_pay.scss
yohobuy/m.yohobuy.com/application/models/Index/Cart.php
static/sass/me/_pay.scss
View file @
c3a8723
...
...
@@ -5,6 +5,10 @@
visibility
:
hidden
;
}
.box.bytouch
{
background-color
:
#eee
;
}
.box
{
border
:
1px
solid
#eee
;
border-radius
:
10rem
/
$pxConvertRem
;
...
...
yohobuy/m.yohobuy.com/application/models/Index/Cart.php
View file @
c3a8723
...
...
@@ -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