|
@@ -313,7 +313,7 @@ export default {
|
|
|
this.$queue.showLoading("注册中...");
|
|
this.$queue.showLoading("注册中...");
|
|
|
this.$Request
|
|
this.$Request
|
|
|
.post(`/app/Login/registApp`, {
|
|
.post(`/app/Login/registApp`, {
|
|
|
- // userName:'匿名用户' + phone.slice(-4),
|
|
|
|
|
|
|
+ userName:'匿名用户' + phone.slice(-4),
|
|
|
password: password,
|
|
password: password,
|
|
|
phone: phone,
|
|
phone: phone,
|
|
|
wxOpenId: this.$queue.getData("openId") ? this.$queue.getData("openId") : "",
|
|
wxOpenId: this.$queue.getData("openId") ? this.$queue.getData("openId") : "",
|