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-18 19:33:49 +0800
Commit
b9d6d9bb54f442ed3f8b7d1286765ff5d2832ef4
1 parent
dde2e9a2
code review by hf: fixes bug to coupon newuser second times
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
yohobuy/huodong.m.yohobuy.com/application/modules/Cuxiao/controllers/Coupon.php
yohobuy/huodong.m.yohobuy.com/application/modules/Cuxiao/controllers/Coupon.php
View file @
b9d6d9b
...
...
@@ -632,9 +632,9 @@ class CouponController extends HuodongAction
}
/* 判断用户是否登录 */
$uid
=
$this
->
get
Session
(
self
::
SESSION_UID
);
$uid
=
$this
->
get
Uid
(
);
if
(
!
$uid
)
{
$uid
=
$this
->
get
Uid
(
);
$uid
=
$this
->
get
Session
(
self
::
SESSION_UID
);
if
(
!
$uid
)
{
$result
[
'code'
]
=
400
;
$result
[
'message'
]
=
'请先登录'
;
...
...
Please
register
or
login
to post a comment