Skip to content

Commit

Permalink
修改异常代码
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter committed Aug 12, 2016
1 parent 6bb6675 commit c9ff190
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
}
},
error : function(data) {
alert("系统异常!" + data);
console.error("系统异常!" + data);
}
});
Expand Down

0 comments on commit c9ff190

Please sign in to comment.