flat: zanc1

This commit is contained in:
Apcallover
2024-05-06 11:34:23 +08:00
parent 4feba05ac4
commit 4ad5d57fa3
6 changed files with 597 additions and 510 deletions

View File

@@ -99,8 +99,12 @@
})
}
}).catch((errors) => {
if (/[\u4e00-\u9fff]/.test(errors.message)) {
_this.$api.msg(errors.message)
} else {
this.$api.msg('请输入完整信件信息')
}
this.isNext = true
this.$api.msg('请输入完整信件信息')
})
}
}