Authored by 毕凯

Merge branch 'feature/wap/yuanxiao' of git.dev.yoho.cn:web/yohobuy into feature/wap/yuanxiao

uanxiao
@@ -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,