明树Git Lab

Commit ce7b100c authored by zfp1's avatar zfp1

update

parent fceac618
Pipeline #104521 passed with stage
in 3 seconds
...@@ -110,8 +110,6 @@ async function createUser(req, res, next) { ...@@ -110,8 +110,6 @@ async function createUser(req, res, next) {
mobile: body.mobile mobile: body.mobile
} }
}); });
console.log("checkMobile", checkMobile);
console.log("checkMobile", checkMobile.length);
if (checkMobile) { if (checkMobile) {
return res.sendError(errorMessage.nameDuplicated) return res.sendError(errorMessage.nameDuplicated)
} }
......
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