|
|
@@ -173,7 +173,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-- 用户名 -->
|
|
|
- <div class="center-r-item flex align-center justify-center">
|
|
|
+ <!-- <div class="center-r-item flex align-center justify-center">
|
|
|
<div class="center-r-item-box flex align-center justify-between">
|
|
|
<div class="center-r-item-box-l flex align-center">
|
|
|
用户名
|
|
|
@@ -182,7 +182,7 @@
|
|
|
<el-input class="inputClass" size="large" v-model="nikName" placeholder="请设置用户名" />
|
|
|
</div>
|
|
|
</div>
|
|
|
- </div>
|
|
|
+ </div> -->
|
|
|
<!-- 手机号 -->
|
|
|
<div class="center-r-item flex align-center justify-center margin-top-20">
|
|
|
<div class="center-r-item-box flex align-center justify-between">
|
|
|
@@ -531,12 +531,12 @@
|
|
|
},
|
|
|
//注册
|
|
|
registApp() {
|
|
|
- if (!this.nikName) {
|
|
|
- ElMessageBox.alert('请输入用户名', '提示', {
|
|
|
- confirmButtonText: '确认',
|
|
|
- })
|
|
|
- return
|
|
|
- }
|
|
|
+ // if (!this.nikName) {
|
|
|
+ // ElMessageBox.alert('请输入用户名', '提示', {
|
|
|
+ // confirmButtonText: '确认',
|
|
|
+ // })
|
|
|
+ // return
|
|
|
+ // }
|
|
|
if (!this.userName) {
|
|
|
ElMessageBox.alert('请输入手机号', '提示', {
|
|
|
confirmButtonText: '确认',
|
|
|
@@ -562,10 +562,10 @@
|
|
|
return
|
|
|
}
|
|
|
let data = {
|
|
|
- userName: this.nikName,
|
|
|
+ userName: this.userName,
|
|
|
phone: this.userName,
|
|
|
password: this.passWord,
|
|
|
- invitation: this.invitation,
|
|
|
+ // invitation: this.invitation,
|
|
|
platform: 'pc',
|
|
|
msg: this.code
|
|
|
}
|