Commit 75081901 by doszhang

dos

parent 28639a7c
...@@ -47,7 +47,7 @@ $(document).ready(function () { ...@@ -47,7 +47,7 @@ $(document).ready(function () {
}, },
success: function (resp) { success: function (resp) {
if(resp.errcode==0){ if(resp.errcode==0){
my_notify('提交成功'); my_notify('提交成功',999999);
$('.btn-submit').addClass('lock'); $('.btn-submit').addClass('lock');
$('.page-info input').attr('disabled','disabled'); $('.page-info input').attr('disabled','disabled');
} }
......
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