code review by fei.hong: do test yuanxiao huodong redirect
Showing
1 changed file
with
2 additions
and
1 deletions
@@ -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 |
-
Please register or login to post a comment