/* 证件验证*/ let VerifyResult = function () {this.result = false;this.msg = ''; }; VerifyResult.getInstance = funct...