Showing
1 changed file
with
1 additions
and
4 deletions
@@ -56,10 +56,7 @@ class YuanxiaoController extends HuodongAction | @@ -56,10 +56,7 @@ 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 | - | ||
60 | - $playUrl = Helpers::url('/cuxiao/yuanxiao/info'); | ||
61 | - $playUrlEncode = strtr($playUrl, array('/' => '\\/')); | ||
62 | - $this->go($playUrl . '?openby:yohobuy={"action":"go.weblogin","params":{"jumpurl":{"url":"' . $playUrlEncode . '","param":{"from":"app"}},"requesturl":{"url":"","param":{}},"priority":"N"}}'); | 59 | + exit(); |
63 | } | 60 | } |
64 | } | 61 | } |
65 | 62 |
-
Please register or login to post a comment