Showing
1 changed file
with
0 additions
and
1 deletions
@@ -69,7 +69,6 @@ class YuanxiaoController extends HuodongAction | @@ -69,7 +69,6 @@ class YuanxiaoController extends HuodongAction | ||
69 | $this->setCookie('yuanxiaochouqian', json_encode($cookieData), time() + 15 * 60); | 69 | $this->setCookie('yuanxiaochouqian', json_encode($cookieData), time() + 15 * 60); |
70 | $this->go(Helpers::url('/cuxiao/yuanxiao/wait')); | 70 | $this->go(Helpers::url('/cuxiao/yuanxiao/wait')); |
71 | } else { // 不成功就显示返回的错误信息 | 71 | } else { // 不成功就显示返回的错误信息 |
72 | - var_dump($result['message']); | ||
73 | $this->_view->display('info', array( | 72 | $this->_view->display('info', array( |
74 | 'staticTitle' => '元宵抽签', | 73 | 'staticTitle' => '元宵抽签', |
75 | 'staticFile' => self::STATIC_FILE, | 74 | 'staticFile' => self::STATIC_FILE, |
-
Please register or login to post a comment