Skip to content

Commit

Permalink
[FIX]优化界面
Browse files Browse the repository at this point in the history
  • Loading branch information
Exrick committed Apr 26, 2018
1 parent 8f51602 commit 7c8a321
Show file tree
Hide file tree
Showing 6 changed files with 207 additions and 237 deletions.
439 changes: 202 additions & 237 deletions .idea/workspace.xml

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -359,6 +359,7 @@
layer.close(index);
if(data.success!=true){
layer.alert(data.message,{title: '错误信息',icon: 2});
return;
}
layer.msg('已删除!',{icon:1,time:1000});
refresh();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -351,6 +351,7 @@
layer.close(index);
if(data.success!=true){
layer.alert(data.message,{title: '错误信息',icon: 2});
return;
}
layer.msg('已删除!',{icon:1,time:1000});
refresh();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@
layer.close(index);
if(data.success!=true){
layer.alert(data.message,{title: '错误信息',icon: 2});
return;
}
layer.msg('已删除!',{icon:1,time:1000});
refresh();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -234,6 +234,7 @@
layer.close(index);
if(data.success!=true){
layer.alert(data.message,{title: '错误信息',icon: 2});
return;
}
layer.msg('已删除!',{icon:1,time:1000});
orderCount();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@
layer.close(index);
if(data.success!=true){
layer.alert(data.message,{title: '错误信息',icon: 2});
return;
}
layer.msg('已删除!',{icon:1,time:1000});
logCount();
Expand Down

0 comments on commit 7c8a321

Please sign in to comment.