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
郭成尧
2016-12-20 09:52:43 +0800
Commit
10f358233aba5f383f225690b197bf3a4c8f349a
1 parent
d9d23573
cart-size-color
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
yohobuy/m.yohobuy.com/application/models/Index/Cart.php
yohobuy/m.yohobuy.com/application/models/Index/Cart.php
View file @
10f3582
...
...
@@ -989,6 +989,9 @@ class CartModel
$data['colors']
=
$colors
;
$data['sizes']
=
$sizes
;
$data['totalNum']
=
$totalStorageNum
;
$data['colorName']
= '颜色';
$data['sizeName']
= '尺码';
}
return
$data
;
...
...
Please
register
or
login
to post a comment