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
c4871de42d8c7f213dcb742bc66f6c7c6257e82d
1 parent
7f8124dc
把被梁删掉的代码补回去
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletions
yohobuy/m.yohobuy.com/application/controllers/Coupon.php
yohobuy/m.yohobuy.com/application/controllers/Coupon.php
View file @
c4871de
...
...
@@ -37,8 +37,15 @@ class CouponController extends AbstractAction
$uid
=
$this
->
getUid
();
}
$resource
=
CouponData
::
getCouponRousource
(
$receiveData
[
'code'
],
$uid
);
if
(
isset
(
$resource
[
'code'
])
&&
$resource
[
'code'
]
==
200
)
{
if
(
isset
(
$resource
[
'code'
])
&&
$resource
[
'code'
]
==
=
200
)
{
$result
=
CouponFloorProcess
::
getContent
(
$resource
[
'data'
]);
}
else
{
$this
->
_view
->
display
(
'index'
,
array
(
'content'
=>
array
(
'noData'
=>
true
,
),
'floorPage'
=>
true
));
}
// 分享
$shareData
=
CouponFloorProcess
::
getShare
(
$receiveData
[
'code'
],
'领券中心'
);
...
...
Please
register
or
login
to post a comment