Commit c3f435f0 by doszhang

dos

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