Update utils.js

master
LCJ-MinYa 6 years ago committed by GitHub
parent 1b8f9c1d66
commit 8f85d0f1dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      www/utils/utils.js

@ -133,10 +133,8 @@ var GZL = (function(root, factory) {
if (factory.settings.DEBUG) {
console.log(_MODULE_NAME, "Ajax Result:", resultData);
}
setTimeout(function() {
_this.reqLoading = false;
options.success(resultData);
}, 1500);
_this.reqLoading = false;
options.success(resultData);
} else {
if (factory.settings.DEBUG) {
console.log(_MODULE_NAME, "Ajax Result:", xhr.responseText);
@ -271,4 +269,4 @@ var GZL = (function(root, factory) {
/* 暴露 API 工厂*/
return factory;
})(window, window.GZL = window.GZL || {});
})(window, window.GZL = window.GZL || {});

Loading…
Cancel
Save