|
@@ -110,7 +110,7 @@ import { setTimeout } from 'timers';
|
|
|
VDistpicker
|
|
VDistpicker
|
|
|
},
|
|
},
|
|
|
mounted(){
|
|
mounted(){
|
|
|
- this.$refs.name.value = this.mytoken.account.realname
|
|
|
|
|
|
|
+ this.$refs.name.value = this.mytoken.account.realname == this.mytoken.account.mobile ? '' : this.mytoken.account.realname
|
|
|
this.$refs.email.value = this.mytoken.account.email
|
|
this.$refs.email.value = this.mytoken.account.email
|
|
|
},
|
|
},
|
|
|
methods: {
|
|
methods: {
|