admin
2 天以前 059777821c875258b0fb6f39064cf75e12e5ad45
HTML/js/public.js
@@ -72,7 +72,7 @@
    timeout: 45000,
    async: true,
    cache: false,
    beforeSend: function (xhr, settings) {},
    beforeSend: function (xhr, settings) { },
    success: function (res, status, xhr) {
      // console.log(res);
      // console.log(status);
@@ -125,7 +125,7 @@
    timeout: 45000,
    async: false,
    cache: false,
    beforeSend: function (xhr, settings) {},
    beforeSend: function (xhr, settings) { },
    success: function (res, status, xhr) {
      callbackFun(res);
    },
@@ -204,7 +204,7 @@
    timeout: 45000,
    async: false,
    cache: false,
    beforeSend: function (xhr, settings) {},
    beforeSend: function (xhr, settings) { },
    success: function (res, status, xhr) {
      callbackFun(res);
    },