Explorar el Código

更新 'defined.js'

WXT往昔 hace 3 años
padre
commit
f9612ba34e
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  1. 3 1
      defined.js

+ 3 - 1
defined.js

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