Commit ba42dfa2 by doszhang

dos

parent 75081901
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
#notification_area { #notification_area {
z-index: 20000; z-index: 20000;
transform: scale(1.3);
} }
.notify_center { .notify_center {
background: #1E211F; background: #1E211F;
......
...@@ -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('提交成功',999999); my_notify('提交成功');
$('.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