Commit 66541a1280ebe216ed43d0a3140dfd22a4f8a08e

Authored by 李强
1 parent 91f214b3

bsthlq <2519941818@qq.com>

src/main/resources/static/pages/base/timesmodel/js/errorinfo.js 0 → 100644
  1 +ErrorInfo = function() {
  2 + var error = {
  3 + show : function(title , content) {
  4 + layer.open({
  5 + title: title,
  6 + content: content
  7 + });
  8 + }
  9 + }
  10 + return error;
  11 +}();
0 \ No newline at end of file 12 \ No newline at end of file