Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
郝肖肖
2017-02-23 18:43:39 +0800
Commit
bd0f8c9f648a2d5595ce63a93fd8f60d4ca32e7b
2 parents
12cdff9a
064e8f0c
Merge branch 'feature/balanceSwitch' into gray
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
yohobuy/m.yohobuy.com/application/controllers/Home.php
yohobuy/m.yohobuy.com/application/modules/Cart/controllers/Index.php
yohobuy/m.yohobuy.com/application/controllers/Home.php
View file @
bd0f8c9
...
...
@@ -981,7 +981,7 @@ class HomeController extends AbstractAction
array(
'order_code' => $orderCode,
'refer' => $this->server('HTTP_REFERER', SITE_MAIN)
))
))
, true, 302
);
exit();
}*/
...
...
yohobuy/m.yohobuy.com/application/modules/Cart/controllers/Index.php
View file @
bd0f8c9
...
...
@@ -54,7 +54,7 @@ class IndexController extends AbstractAction
header
(
'Location: '
.
Helpers
::
url
(
'/cart/index/new'
,
array
(
'refer'
=>
$this
->
server
(
'HTTP_REFERER'
,
SITE_MAIN
)
))
))
,
true
,
302
);
exit
();
}
...
...
Please
register
or
login
to post a comment