Toggle navigation
Toggle navigation
This project
Loading...
Sign in
chenchao
/
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
Email Patches
Plain Diff
Browse Files
Authored by
Rock Zhang
9 years ago
Commit
cbbe9af408e06044122ab76ff877b2fa3a1181ce
1 parent
e27e02aa
修复结算页商品价格显示
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/m.yohobuy.com/application/models/Index/Cart.php
yohobuy/m.yohobuy.com/application/models/Index/Cart.php
View file @
cbbe9af
...
...
@@ -408,7 +408,7 @@ class CartModel
$oneGoods
[
'name'
]
=
$single
[
'product_name'
];
$oneGoods
[
'color'
]
=
$single
[
'color_name'
];
$oneGoods
[
'size'
]
=
$single
[
'size_name'
];
$oneGoods
[
'price'
]
=
Helpers
::
transPrice
(
$single
[
'
sales
_price'
]);
$oneGoods
[
'price'
]
=
Helpers
::
transPrice
(
$single
[
'
last
_price'
]);
$oneGoods
[
'count'
]
=
$single
[
'buy_number'
];
//gift=>是否赠品,advanceBuy=>是否加价购;
...
...
Please
register
or
login
to post a comment