Showing
1 changed file
with
3 additions
and
2 deletions
@@ -25,7 +25,8 @@ | @@ -25,7 +25,8 @@ | ||
25 | return vars; | 25 | return vars; |
26 | } | 26 | } |
27 | 27 | ||
28 | - downUrl = 'http://a.app.qq.com/o/simple.jsp?pkgname=com.yoho&g_f=995445' | 28 | + //downUrl = 'http://a.app.qq.com/o/simple.jsp?pkgname=com.yoho&g_f=995445'; |
29 | + downUrl = "https://itunes.apple.com/cn/app/yoho!-you-huo/id490655927?mt=8"; | ||
29 | 30 | ||
30 | if (agent.indexOf("like mac os x") > 0) { | 31 | if (agent.indexOf("like mac os x") > 0) { |
31 | var regStr_saf = /os [\d._]*/gi ; | 32 | var regStr_saf = /os [\d._]*/gi ; |
@@ -82,7 +83,7 @@ | @@ -82,7 +83,7 @@ | ||
82 | appid: appid | 83 | appid: appid |
83 | }, | 84 | }, |
84 | complete: function() { | 85 | complete: function() { |
85 | - window.location = downUrl; | 86 | + window.location.href = downUrl; |
86 | } | 87 | } |
87 | }); | 88 | }); |
88 | 89 |
-
Please register or login to post a comment