提交roll注册
This commit is contained in:
@@ -81,7 +81,7 @@
|
||||
<div class="main_center" v-if="status == 'zc'">
|
||||
<div class="main_top">注册</div>
|
||||
<div class="main_input">
|
||||
<input type="text" v-model="registerform.phoneNumber" placeholder="请输入账号" autocomplete="off" />
|
||||
<input type="text" v-model="registerform.phoneNumber" placeholder="请输入手机号" autocomplete="off" />
|
||||
</div>
|
||||
<div class="main_input">
|
||||
<input type="text" v-model="registerform.nickName" placeholder="请输入昵称" autocomplete="off" />
|
||||
@@ -276,7 +276,7 @@ export default {
|
||||
}
|
||||
if (this.registerform.phoneNumber == "") {
|
||||
this.$message({
|
||||
message: "请输入账号",
|
||||
message: "请输入手机号",
|
||||
type: "warning",
|
||||
customClass: "log_warning",
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user