Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
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
9594af85c6501e26ef928b09c14693560fdc33d9
1 parent
130c0647
修改购物车商品为空时进入结算页跳转页的地址
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/modules/Cart/controllers/Index.php
yohobuy/m.yohobuy.com/application/modules/Cart/controllers/Index.php
View file @
9594af8
...
...
@@ -276,7 +276,7 @@ class IndexController extends AbstractAction
$uid
=
$this
->
getUid
(
true
);
$cartGoods
=
CartModel
::
getCartData
(
$uid
,
$shoppingKey
);
if
(
empty
(
$cartGoods
)
||
isset
(
$cartGoods
[
'isEmptyCart'
]))
{
$this
->
go
(
Helpers
::
url
(
'/
shoppingcart
'
));
$this
->
go
(
Helpers
::
url
(
'/
cart/index/index
'
));
}
$cartType
=
$this
->
get
(
'cartType'
,
'ordinary'
);
...
...
Please
register
or
login
to post a comment