Authored by Rock Zhang

修复新势力领券活动登陆跳转链接错误的bug

@@ -34,7 +34,7 @@ class XinshiliController extends HuodongAction @@ -34,7 +34,7 @@ class XinshiliController extends HuodongAction
34 */ 34 */
35 private function checkLogin() 35 private function checkLogin()
36 { 36 {
37 - $playUrl = Helpers::url('/cuxiao/girlsday/index'); 37 + $playUrl = Helpers::url('/cuxiao/xinshili/index');
38 $playUrlEncode = strtr($playUrl, array('/' => '\\/')); 38 $playUrlEncode = strtr($playUrl, array('/' => '\\/'));
39 39
40 $uid = $this->getLoggedUid(); 40 $uid = $this->getLoggedUid();