...
|
...
|
@@ -263,9 +263,9 @@ $(document).ready(function() { |
|
|
if (is_wechat || is_weibo) {
|
|
|
if (is_redirect == undefined) {
|
|
|
if (location.indexOf('?') > 0) { //在微信中或微博等app中地址栏上加上redirect参数,方便在浏览器中打开时跳转到app
|
|
|
document.location.href = location + '&redirect=true';
|
|
|
// document.location.href = location + '&redirect=true';
|
|
|
} else {
|
|
|
document.location.href = location + '?redirect=true';
|
|
|
// document.location.href = location + '?redirect=true';
|
|
|
}
|
|
|
}
|
|
|
} else {
|
...
|
...
|
|