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