Commit 2bc3e144 authored by leiqingsong's avatar leiqingsong

注册限制

parent 16eb46de
......@@ -154,7 +154,7 @@ export default {
// 校验文本框必填项
const _this = this;
if (!_this.form.userId) {
this.$toast("请输入用户名");
this.$toast("请输入手机号");
return false;
}
if (!_this.form.sms) {
......
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