Merge branch 'develop' of http://git.dev.yoho.cn/web/yohobuy into develop
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -89,7 +89,7 @@ class CartModel | @@ -89,7 +89,7 @@ class CartModel | ||
89 | } | 89 | } |
90 | 90 | ||
91 | // 普通购物车空,则显示预售购物车 | 91 | // 普通购物车空,则显示预售购物车 |
92 | - if ($ordinaryCount === '0' && $ordinaryCount) { | 92 | + if ($ordinaryCount === '0' && $ordinarySoldOut) { |
93 | $result['cartNav'] = false; | 93 | $result['cartNav'] = false; |
94 | $result['cartType'] = 'advance'; | 94 | $result['cartType'] = 'advance'; |
95 | } | 95 | } |
-
Please register or login to post a comment