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
Lynnic
2015-12-15 16:46:55 +0800
Commit
ec0bfcb0866a80a9f9fc95bf450514c8803eae0e
2 parents
b5a0377a
f0fc7443
Merge branch 'feature/cart' of git.dev.yoho.cn:web/yohobuy into feature/cart
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletions
yohobuy/m.yohobuy.com/application/models/Index/Cart.php
yohobuy/m.yohobuy.com/application/models/Index/Cart.php
View file @
ec0bfcb
...
...
@@ -609,7 +609,6 @@ class CartModel
$result
[
'activityPrice'
]
=
$data
[
'shopping_cart_data'
][
'discount_amount'
];
$result
[
'count'
]
=
$data
[
'shopping_cart_data'
][
'goods_count'
];
$result
[
'sumPrice'
]
=
$data
[
'shopping_cart_data'
][
'order_amount'
];
print_r
(
$result
);
return
$result
;
}
...
...
Please
register
or
login
to post a comment