Commit 6935b6f4 by doszhang

dos

parent ba42dfa2
......@@ -50,6 +50,9 @@ $(document).ready(function () {
my_notify('提交成功');
$('.btn-submit').addClass('lock');
$('.page-info input').attr('disabled','disabled');
setTimeout(function(){
window.location.reload();
},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