...
|
...
|
@@ -123,7 +123,7 @@ class YuanxiaoController extends HuodongAction |
|
|
public function waitAction()
|
|
|
{
|
|
|
// 审判跳转登录页
|
|
|
$this->auditJumpLogin();
|
|
|
// $this->auditJumpLogin();
|
|
|
|
|
|
$this->_view->display('wait', array(
|
|
|
'staticTitle' => '2016潮流运势测试!',
|
...
|
...
|
@@ -144,7 +144,7 @@ class YuanxiaoController extends HuodongAction |
|
|
public function resultAction()
|
|
|
{
|
|
|
// 审判跳转登录页
|
|
|
$this->auditJumpLogin();
|
|
|
//$this->auditJumpLogin();
|
|
|
|
|
|
$result = $this->getCookie('yuanxiaochouqian', null);
|
|
|
if (empty($result)) { // 未取到信息就重新测试
|
...
|
...
|
|