Commit 933ef6d9 authored by wuwangwolihui's avatar wuwangwolihui

营地2.0-修改

parent b501ebb0
...@@ -267,7 +267,7 @@ ...@@ -267,7 +267,7 @@
// 获取手机验证短信 // 获取手机验证短信
getCode() { getCode() {
if (!this.registerForm.phone) { if (!this.registerForm.phone) {
return this.$message.error("请输入邮箱"); return this.$message.error("请输入手机号");
} }
// 接口获得验证码 // 接口获得验证码
registerCode({ registerCode({
......
...@@ -275,7 +275,7 @@ ...@@ -275,7 +275,7 @@
// 获取手机验证短信 // 获取手机验证短信
getCode() { getCode() {
if (!this.registerForm.phone) { if (!this.registerForm.phone) {
return this.$message.error("请输入邮箱"); return this.$message.error("请输入手机号");
} }
// 接口获得验证码 // 接口获得验证码
registerCode({ registerCode({
......
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