Showing
1 changed file
with
1 additions
and
1 deletions
@@ -22,7 +22,7 @@ $(function() { | @@ -22,7 +22,7 @@ $(function() { | ||
22 | }, | 22 | }, |
23 | success: function(ret) { | 23 | success: function(ret) { |
24 | if (ret.code === 200) { | 24 | if (ret.code === 200) { |
25 | - window.location.href = window.queryString.refer || '//m.yohobuy.com'; | 25 | + window.location.href = decodeURIComponent(window.queryString.refer) || '//m.yohobuy.com'; |
26 | } else { | 26 | } else { |
27 | imgCheck.refresh(); | 27 | imgCheck.refresh(); |
28 | } | 28 | } |
-
Please register or login to post a comment