Commit 4aa75916 by doszhang

dos

parent 58c9d100
......@@ -20,7 +20,11 @@ $(document).ready(function () {
$('.btn-submit').on(clickEvent, function () {
if($(this).hasClass('lock')){
my_notify('亲,你已提交过信息');
setTimeout(function(){
window.location.reload();
},3000);
return;
}
var name = $('.name').val();
var tel = $('.tel').val();
......
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