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
cd2d544184f5ff80247bbd9006b017311883071c
1 parent
9421173b
修改跳转链接BUG
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
yohobuy/m.yohobuy.com/application/controllers/Coupon.php
yohobuy/m.yohobuy.com/application/controllers/Coupon.php
View file @
cd2d544
...
...
@@ -37,7 +37,7 @@ class CouponController extends AbstractAction
}
// tar debug
// CouponFloorProcess::debugOut($res
ult
);
// CouponFloorProcess::debugOut($res
ource
);
$this
->
_view
->
display
(
'index'
,
array
(
'content'
=>
$result
,
'floorPage'
=>
true
...
...
@@ -52,14 +52,14 @@ class CouponController extends AbstractAction
public
function
receiveCouponAction
()
{
// tar debug
// CouponFloorProcess::debugOut(CouponData::receiveCoupon(8040277,2
295
));
// CouponFloorProcess::debugOut(CouponData::receiveCoupon(8040277,2
300
));
$returnData
=
array
();
// 获取优惠券 ID
$receiveData
=
filter_input_array
(
INPUT_GET
,
array
(
'couponID'
=>
FILTER_DEFAULT
));
// 跳转 URl
$playUrl
=
Helpers
::
url
(
'coupon/floor'
);
$playUrl
=
Helpers
::
url
(
'
/
coupon/floor'
);
// 判断用户是否登录
if
(
!
$this
->
getUid
()
||
!
is_numeric
(
$this
->
getUid
()))
{
// 用户未登录,跳转登录页面
...
...
Please
register
or
login
to post a comment