Browse Source

更新 'defined.js'

WXT往昔 2 years ago
parent
commit
b6f128d892
1 changed files with 1 additions and 3 deletions
  1. 1 3
      defined.js

+ 1 - 3
defined.js

@@ -1,4 +1,3 @@
-$(document).ready(function () {
 数据提交 = function(name = '地址',json = '数据',result = '回调') {
     $.post('http://localhost:13131/'+name,json,function(data){
         result(data);
@@ -77,5 +76,4 @@ z-index:999999;">
     setTimeout(function () {
         $('#alert').remove();
     },500)
-}
-})
+}