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
yangyang
9 years ago
Commit
2e826329752712b5cbd06f71d0eb5ce0cceb6646
1 parent
cffc6123
修改uid获取
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
yohobuy/m.yohobuy.com/application/modules/Guang/controllers/Starclass.php
yohobuy/m.yohobuy.com/application/modules/Guang/controllers/Starclass.php
View file @
2e82632
...
...
@@ -20,7 +20,7 @@ class StarClassController extends AbstractAction
public
function
indexAction
()
{
//获取uid
$uid
=
self
::
getLoggedUid
();
$uid
=
$this
->
getLoggedUid
();
$appVersion
=
array
();
if
(
!
$this
->
_isApp
)
{
//设置头部公共导航
...
...
@@ -46,7 +46,7 @@ class StarClassController extends AbstractAction
public
function
specialAction
()
{
//获取uid
$uid
=
self
::
getLoggedUid
();
$uid
=
$this
->
getLoggedUid
();
$appVersion
=
array
();
if
(
!
$this
->
_isApp
)
{
//设置头部公共导航
...
...
@@ -73,7 +73,7 @@ class StarClassController extends AbstractAction
public
function
collocationAction
()
{
//获取uid
$uid
=
self
::
getLoggedUid
();
$uid
=
$this
->
getLoggedUid
();
$appVersion
=
array
();
if
(
!
$this
->
_isApp
)
{
//设置头部公共导航
...
...
@@ -125,7 +125,7 @@ class StarClassController extends AbstractAction
public
function
topAction
()
{
//获取uid
$uid
=
self
::
getLoggedUid
();
$uid
=
$this
->
getLoggedUid
();
$appVersion
=
array
();
//设置头部公共导航(此处返回键调转星潮教室首页)
if
(
!
$this
->
_isApp
)
{
...
...
Please
register
or
login
to post a comment