SFZHChange() {
console.log((/(^\d{15}$)|(^\d{17}([0-9]|X|[*])$)/.test(this.dataInfo.sfz)));
if (!(/(^\d{15}$)|(^\d{17}([0-9]|X|[*])$)/.test(this.dataInfo.sfz))) {
const toast = this._toast.info('请输入正确的身份证号', 1000, null, false);
}
}
SFZHChange() {
console.log((/(^\d{15}$)|(^\d{17}([0-9]|X|[*])$)/.test(this.dataInfo.sfz)));
if (!(/(^\d{15}$)|(^\d{17}([0-9]|X|[*])$)/.test(this.dataInfo.sfz))) {
const toast = this._toast.info('请输入正确的身份证号', 1000, null, false);
}
}