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
8f9929c960566a847644920bdd1d12c5ecf0c56e
1 parent
79ae68c1
领券操作接口模拟
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
117 additions
and
66 deletions
template/m.yohobuy.com/actions/index/coupon/index.phtml
template/m.yohobuy.com/actions/index/coupon/receive-coupon.phtml
yohobuy/m.yohobuy.com/application/controllers/Coupon.php
template/m.yohobuy.com/actions/index/coupon/index.phtml
View file @
8f9929c
{
{>layout/header
}
}
<div
class=
"coupon-page yoho-page"
>
{
{#if
showTitle
}
}
{
{#if
showTitle
}
}
<div
class=
"coupon-title"
>
{
{title
}
}
{
{title
}
}
</div>
{
{/if
}
}
{
{#
coupons
}
}
<div
class=
"coupon-box"
>
<div
class=
"coupon-box-main"
>
{
{#if
url
}
}
{
{#
coupons
}
}
<div
class=
"coupon-box"
>
<div
class=
"coupon-box-main"
>
{
{#if
url
}
}
<a
href=
"{{url}}"
class=
"coupon-img"
>
<img
src=
"{{picUrl}}"
/>
<img
src=
"{{picUrl}}"
/>
</a>
{
{^
}
}
<img
src=
"{{picUrl}}"
class=
"coupon-img"
/>
{
{/if
}
}
<div
class=
"coupon-op"
>
<div
class=
"coupon-op-st"
>已领取</div>
<div
class=
"coupon-op-re"
>领券</div>
</div>
<!--<div
class=
"coupon-op"
>
<div>状态:
{
{status
}
}
剩余数量:
{
{num
}
}</div>
<button
onclick=
"receiveCoupon()"
>领券</button>
<div><a
href=
"{{go}}"
>去逛逛</a></div>
</div>-->
{
{^
}
}
<img
src=
"{{picUrl}}"
class=
"coupon-img"
/>
{
{/if
}
}
{
{#if
num
}
}
{
{#if
status
}
}
<div
class=
"coupon-op"
>
<button
class=
"coupon-op-st"
onclick=
"receiveCoupon()"
>领券</button>
</div>
{
{^
}
}
<div
class=
"coupon-op"
>
<div
class=
"coupon-op-st"
>已领取</div>
<div
class=
"coupon-op-re"
>去逛逛</div>
</div>
{
{/if
}
}
{
{^
}
}
<div
class=
"coupon-op"
>
<div
class=
"coupon-op-st"
>已抢光</div>
<div
class=
"coupon-op-re"
>去逛逛</div>
</div>
{
{/if
}
}
</div>
</div>
{
{/
coupons
}
}
</div>
{
{/
coupons
}
}
</div>
{
{>
layout/footer
}
}
<script
src=
"http://apps.bdimg.com/libs/jquery/2.1.4/jquery.min.js"
></script>
<script
type=
"application/javascript"
>
function
receiveCoupon()
{
$.ajax({
url:'http://m.dev.yohobuy.com/coupon/receiveCoupon',
method:'GET',
data:{id:12
}
,
dataType:'html',
success:function
(data)
{
alert(data);
}
,
error:function
(error)
{
alert(error);
}
});
}
function
receiveCoupon()
{
$.ajax({
url:
'http://m.dev.yohobuy.com/coupon/receiveCoupon',
method:
'GET',
data:
{
'couponIds':
'8024,
2564
,
3587'
}
,
dataType:
'html',
success:
function
(data)
{
alert(data);
}
,
error:
function
(error)
{
alert(error);
}
});
}
</script>
\ No newline at end of file
...
...
template/m.yohobuy.com/actions/index/coupon/receive-coupon.phtml
View file @
8f9929c
<div>ID:{{id}}</div>
<div>状态:{{status}}</div>
<div>信息:{{message}}</div>
\ No newline at end of file
<div>信息:{{message}}</div>
...
...
yohobuy/m.yohobuy.com/application/controllers/Coupon.php
View file @
8f9929c
...
...
@@ -24,32 +24,39 @@ class CouponController extends AbstractAction
*/
public
function
floorAction
()
{
$data
=
[
$data
=
[
'title'
=>
'热门推荐'
,
'showTitle'
=>
1
,
'coupons'
=>
[
[
'id'
=>
1
,
'picUrl'
=>
'http://img12.static.yhbimg.com/yhb-img01/2016/01/19/11/02039485d87cc1b100b883244cf386e62d.jpg?imageView/2/w/640/h/200'
,
'status'
=>
1
,
'num'
=>
'123'
,
'go'
=>
'http://m.dev.yohobuy.com/boys'
,
'couponIds'
=>
[
8024
,
2564
,
3587
]
],[
'id'
=>
1
,
'picUrl'
=>
'http://img12.static.yhbimg.com/yhb-img01/2016/01/19/11/02039485d87cc1b100b883244cf386e62d.jpg?imageView/2/w/640/h/200'
,
'status'
=>
1
,
'num'
=>
'123'
,
'go'
=>
'http://m.dev.yohobuy.com/boys'
,
'couponIds'
=>
[
8024
,
2564
,
3587
]
],[
'id'
=>
1
,
'picUrl'
=>
'http://img12.static.yhbimg.com/yhb-img01/2016/01/19/11/02039485d87cc1b100b883244cf386e62d.jpg?imageView/2/w/640/h/200'
,
'status'
=>
1
,
'num'
=>
'123'
,
'go'
=>
'http://m.dev.yohobuy.com/boys'
,
'couponIds'
=>
[
8024
,
2564
,
3587
]
]
'status'
=>
true
,
'num'
=>
123
,
'go'
=>
'http://m.dev.yohobuy.com/boys'
,
'couponIds'
=>
[
8024
,
2564
,
3587
]
],
[
'id'
=>
1
,
'picUrl'
=>
'http://img12.static.yhbimg.com/yhb-img01/2016/01/19/11/02039485d87cc1b100b883244cf386e62d.jpg?imageView/2/w/640/h/200'
,
'status'
=>
false
,
'num'
=>
122
,
'go'
=>
'http://m.dev.yohobuy.com/boys'
,
'couponIds'
=>
[
8024
,
2564
,
3587
]
],
[
'id'
=>
1
,
'picUrl'
=>
'http://img12.static.yhbimg.com/yhb-img01/2016/01/19/11/02039485d87cc1b100b883244cf386e62d.jpg?imageView/2/w/640/h/200'
,
'status'
=>
3
,
'num'
=>
0
,
'go'
=>
'http://m.dev.yohobuy.com/boys'
,
'couponIds'
=>
[
8024
,
2564
,
3587
]
],
[
'id'
=>
1
,
'picUrl'
=>
'http://img12.static.yhbimg.com/yhb-img01/2016/01/19/11/02039485d87cc1b100b883244cf386e62d.jpg?imageView/2/w/640/h/200'
,
'status'
=>
true
,
'num'
=>
123
,
'go'
=>
'http://m.dev.yohobuy.com/boys'
,
'couponIds'
=>
[
8024
,
2564
,
3587
]
]
]
];
$this
->
_view
->
display
(
'index'
,
$data
);
...
...
@@ -57,19 +64,54 @@ class CouponController extends AbstractAction
/**
* 领券操作
*
* @author Targaryen
*/
public
function
receiveCouponAction
()
{
$receiveData
=
filter_input_array
(
INPUT_GET
,
array
(
'id'
=>
FILTER_DEFAULT
$receiveData
=
filter_input_array
(
INPUT_GET
,
array
(
'couponIds'
=>
FILTER_DEFAULT
));
$returnData
=
[
'id'
=>
$receiveData
[
'id'
],
'status'
=>
1
,
'message'
=>
'您已经领过券了!'
];
$returnData
=
array
();
$couponIds
=
explode
(
','
,
str_replace
(
' '
,
''
,
$receiveData
[
'couponIds'
]));
switch
(
$this
->
getCoupon
(
$couponIds
)){
case
1
:
$returnData
=
[
'message'
=>
'领券成功!'
];
break
;
case
2
:
$returnData
=
[
'message'
=>
'领券失败!'
];
break
;
case
3
:
$returnData
=
[
'message'
=>
'券已经被领光了!'
];
break
;
default
:
$returnData
=
[
'message'
=>
'未知错误!'
];
break
;
}
$this
->
_view
->
display
(
'receive-coupon'
,
$returnData
);
}
$this
->
_view
->
display
(
'receive-coupon'
,
$returnData
);
/**
* 领券接口模拟
*
* @param $couponIds
* @return array
* @internal param $couponId
*/
public
function
getCoupon
(
$couponIds
)
{
foreach
(
$couponIds
as
$key
=>
$value
)
{
// 后端一些处理操作
}
return
rand
(
1
,
4
);
}
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment