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
hf
2015-12-06 22:21:11 +0800
Commit
71ce02153f0c065ae9c2f909d1c811eecbe5582d
1 parent
e1d27949
do modify domain m1.yohobuy.com mapi.yohobuy.com
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
library/LibModels/Wap/Passport/LoginData.php
yohobuy/m.yohobuy.com/application/controllers/Home.php
yohobuy/m.yohobuy.com/application/models/Product/Detail.php
library/LibModels/Wap/Passport/LoginData.php
View file @
71ce021
...
...
@@ -84,8 +84,7 @@ class LoginData
*/
public
static
function
signoutSession
(
$token
)
{
echo
Helpers
::
logoutSession
(
$token
);
exit
;
echo
Yohobuy
::
get
(
Helpers
::
logoutSession
(
$token
)
);
exit
;
return
Yohobuy
::
get
(
Helpers
::
logoutSession
(
$token
)
);
}
}
...
...
yohobuy/m.yohobuy.com/application/controllers/Home.php
View file @
71ce021
...
...
@@ -41,7 +41,7 @@ class HomeController extends AbstractAction
{
// 设置网站标题
$this
->
setTitle
(
'个人中心'
);
$this
->
setNavHeader
(
'个人中心'
,
$this
->
server
(
'HTTP_REFERER'
,
SITE_MAIN
)
);
$this
->
setNavHeader
(
'个人中心'
,
SITE_MAIN
.
'/?go=1'
);
$data
=
array
(
'myIndexPage'
=>
true
,
...
...
yohobuy/m.yohobuy.com/application/models/Product/Detail.php
View file @
71ce021
Please
register
or
login
to post a comment