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
hf
2015-12-07 20:00:04 +0800
Commit
f099ecdb3f219fef5b335e15eb637636587c9bd3
1 parent
5fa380f4
fixes bug to home center redirect go roll
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/Passport/controllers/Login.php
yohobuy/m.yohobuy.com/application/controllers/Home.php
View file @
f099ecd
...
...
@@ -779,7 +779,7 @@ class HomeController extends AbstractAction
public
function
payAction
()
{
// 审判跳转登录页
$this
->
auditJumpLogin
();
//
$this->auditJumpLogin();
$this
->
setTitle
(
'支付中心'
);
$this
->
setNavHeader
(
'支付中心'
);
...
...
yohobuy/m.yohobuy.com/application/modules/Passport/controllers/Login.php
View file @
f099ecd
...
...
@@ -118,7 +118,7 @@ class LoginController extends AbstractAction
}
/* 调用登录接口进行登录 */
$data
=
LoginData
::
signin
(
$area
,
$profile
,
$password
);
$data
=
LoginData
::
signin
(
$area
,
$profile
,
$password
);
if
(
$data
[
'code'
]
!=
200
||
!
isset
(
$data
[
'data'
][
'uid'
]))
{
break
;
}
...
...
Please
register
or
login
to post a comment