Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
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
梁志锋
2015-12-24 14:02:05 +0800
Commit
1462f5bed8772ea11a99aa0d40440c2efb1b23e4
2 parents
3be0507d
4e35da71
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohobuy
into develop
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 @
1462f5b
...
...
@@ -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