Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
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
137cb1311e807f816571d5c0e3fa0f524b7dd22c
1 parent
db37c86f
修改结算页加价购商品的价格
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
0 deletions
yohobuy/m.yohobuy.com/application/models/Index/Cart.php
yohobuy/m.yohobuy.com/application/models/Index/Cart.php
View file @
137cb13
...
...
@@ -415,6 +415,7 @@ class CartModel
$oneGoods
[
'gift'
]
=
true
;
}
elseif
(
$single
[
'goods_type'
]
==
'price_gift'
)
{
$oneGoods
[
'advanceBuy'
]
=
true
;
$oneGoods
[
'price'
]
=
Helpers
::
transPrice
(
$single
[
'sale_price'
]);
}
$result
[
'goods'
][]
=
$oneGoods
;
...
...
Please
register
or
login
to post a comment