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
Email Patches
Plain Diff
Browse Files
Authored by
周少峰
9 years ago
Commit
0aa0539a52c0ffffc6d1116b2b48a6d1bd47b833
1 parent
d8b7e03b
url
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
yohobuy/m.yohobuy.com/application/controllers/Home.php
yohobuy/m.yohobuy.com/application/controllers/Home.php
View file @
0aa0539
...
...
@@ -56,7 +56,7 @@ class HomeController extends AbstractAction
'pageFooter'
=>
true
,
'cartUrl'
=>
Helpers
::
url
(
'/cart/index/index'
,
null
),
'signinUrl'
=>
Helpers
::
url
(
'/signin.html'
,
array
(
'refer'
=>
Helpers
::
url
(
'/home'
))),
'verifyUrl'
=>
Helpers
::
url
(
'/activity/student'
)
'verifyUrl'
=>
Helpers
::
url
(
'/activity/student
/register
'
)
);
$uid
=
$this
->
getUid
(
true
);
// print_r($uid);exit;
...
...
Please
register
or
login
to post a comment