Authored by 郭成尧

修改跳转链接BUG

... ... @@ -37,7 +37,7 @@ class CouponController extends AbstractAction
}
// tar debug
// CouponFloorProcess::debugOut($result);
// CouponFloorProcess::debugOut($resource);
$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,2295));
// CouponFloorProcess::debugOut(CouponData::receiveCoupon(8040277,2300));
$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())) {
// 用户未登录,跳转登录页面
... ...