Commit 3d20a626 authored by mengwenhao's avatar mengwenhao

feature:验证码获取全城购提示

parent 413b17ad
......@@ -329,6 +329,7 @@ export default {
try {
const res = await sendCode({ enterprise_auth_record_id: this.auditId });
if (res.code !== 0) return this.$message.error(res.reason);
this.$message.success("校验码发送成功,请输入验证码后验证~~~");
} catch (err) {
console.log(err);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment