Commit ba42dfa2 by doszhang

dos

parent 75081901
......@@ -2,6 +2,7 @@
#notification_area {
z-index: 20000;
transform: scale(1.3);
}
.notify_center {
background: #1E211F;
......
......@@ -47,7 +47,7 @@ $(document).ready(function () {
},
success: function (resp) {
if(resp.errcode==0){
my_notify('提交成功',999999);
my_notify('提交成功');
$('.btn-submit').addClass('lock');
$('.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