code review by fei.hong : do format yuanxiao huodong codes check call app login
Showing
1 changed file
with
2 additions
and
2 deletions
@@ -123,7 +123,7 @@ class YuanxiaoController extends HuodongAction | @@ -123,7 +123,7 @@ class YuanxiaoController extends HuodongAction | ||
123 | public function waitAction() | 123 | public function waitAction() |
124 | { | 124 | { |
125 | // 审判跳转登录页 | 125 | // 审判跳转登录页 |
126 | - $this->auditJumpLogin(); | 126 | + // $this->auditJumpLogin(); |
127 | 127 | ||
128 | $this->_view->display('wait', array( | 128 | $this->_view->display('wait', array( |
129 | 'staticTitle' => '2016潮流运势测试!', | 129 | 'staticTitle' => '2016潮流运势测试!', |
@@ -144,7 +144,7 @@ class YuanxiaoController extends HuodongAction | @@ -144,7 +144,7 @@ class YuanxiaoController extends HuodongAction | ||
144 | public function resultAction() | 144 | public function resultAction() |
145 | { | 145 | { |
146 | // 审判跳转登录页 | 146 | // 审判跳转登录页 |
147 | - $this->auditJumpLogin(); | 147 | + //$this->auditJumpLogin(); |
148 | 148 | ||
149 | $result = $this->getCookie('yuanxiaochouqian', null); | 149 | $result = $this->getCookie('yuanxiaochouqian', null); |
150 | if (empty($result)) { // 未取到信息就重新测试 | 150 | if (empty($result)) { // 未取到信息就重新测试 |
-
Please register or login to post a comment