Browse Source

更新 'user-defined.js'

WXT往昔 3 years ago
parent
commit
5db83ec42d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      user-defined.js

+ 2 - 0
user-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)
+}
 }