Commit bab04b56 authored by Mac's avatar Mac

2

parent da4d1636
...@@ -249,7 +249,10 @@ ...@@ -249,7 +249,10 @@
$('.app_share').css('display', "block"); $('.app_share').css('display', "block");
} }
if(login == false){
$('.click_use p').html('立即登录');
}
$.ajax({ $.ajax({
...@@ -558,7 +561,6 @@ ...@@ -558,7 +561,6 @@
window.location.href = 'https://activity.oytour.com/html/coupons.html'; window.location.href = 'https://activity.oytour.com/html/coupons.html';
} }
}else {// 没登录去登录页面登录 }else {// 没登录去登录页面登录
$('.click_use p').html('立即登录');
window.location.href = 'https://activity.oytour.com/html/login.html' window.location.href = 'https://activity.oytour.com/html/login.html'
// window.location.href = './login.html' // window.location.href = './login.html'
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment