Authored by hf

code review by fei.hong: do test yuanxiao huodong redirect

@@ -56,7 +56,8 @@ class YuanxiaoController extends HuodongAction @@ -56,7 +56,8 @@ class YuanxiaoController extends HuodongAction
56 if (!$this->_isApp) { 56 if (!$this->_isApp) {
57 $this->go(Helpers::url('/signin.html', array('refer' => Helpers::url('/cuxiao/yuanxiao/info')), 'default')); 57 $this->go(Helpers::url('/signin.html', array('refer' => Helpers::url('/cuxiao/yuanxiao/info')), 'default'));
58 } else { 58 } else {
59 - exit(); 59 + $playUrl = Helpers::url('/cuxiao/yuanxiao/index');
  60 + $this->go($playUrl . '?yohobuy={"action":"go.h5","params":{"islogin":"N","type":0,"url":"' . $playUrl . '","param":{}}}');
60 } 61 }
61 } 62 }
62 63