Commit 2267627d authored by zhengke's avatar zhengke

修改

parent fc83897c
......@@ -516,7 +516,11 @@
}
$('.coupons_Content').html(str);
}else{
layer.msg(res.message);
layer.msg('登录已过期,请重新登录');
setTimeout(function(){
localStorage.removeItem("u");
window.location.href = 'http://activity.oytour.com/html/login.html';
},2000)
}
},
error: function (res) {
......
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