Authored by hf

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

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