Quellcode durchsuchen

更新 'defined.js'

WXT往昔 vor 2 Jahren
Ursprung
Commit
f9612ba34e
1 geänderte Dateien mit 3 neuen und 1 gelöschten Zeilen
  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)
-}
+}
+})