Commit 477d9cd8 by doszhang

dos

parent 14f94fb4
......@@ -21,7 +21,7 @@ $(document).ready(function () {
if($(this).hasClass('lock')){
my_notify('亲,你已提交过信息');
setTimeout(function(){
location.replace(location.href);
window.location.href = location.href+'?time='+((new Date()).getTime());
},3000);
return;
......@@ -55,7 +55,7 @@ $(document).ready(function () {
$('.btn-submit').addClass('lock');
$('.page-info input').attr('disabled','disabled');
setTimeout(function(){
location.replace(location.href);
window.location.href = location.href+'?time='+((new Date()).getTime());
},3000);
}
}
......
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 sign in to comment