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
2015-12-24 13:58:51 +0800
Commit
04ec7b96fc88e78d80601690f102420a5f21a5ef
1 parent
9b714eca
修复当普通购物车中没有商品的商品,仍然显示普通购物车的bug
Code Review By Rock Zhang
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 @
04ec7b9
...
...
@@ -89,7 +89,7 @@ class CartModel
}
// 普通购物车空,则显示预售购物车
if
(
$ordinaryCount
===
'0'
&&
$ordinary
Coun
t
)
{
if
(
$ordinaryCount
===
'0'
&&
$ordinary
SoldOu
t
)
{
$result
[
'cartNav'
]
=
false
;
$result
[
'cartType'
]
=
'advance'
;
}
...
...
Please
register
or
login
to post a comment