Update admin.js

This commit is contained in:
邹景立 2022-03-01 21:50:03 +08:00
parent 877fa73043
commit c404534ea7

View File

@ -453,7 +453,6 @@ $(function () {
}, this.checkAllInput = function () {
var status = true;
return that.form.find(this.tags).each(function () {
console.log(this, that.checkInput(this))
if (that.checkInput(this) === false) return $(this).focus(), status = false;
}), status;
}, this.checkInput = function (input) {