|
@@ -174,9 +174,9 @@
|
|
|
if (this.firstAuthentication) {
|
|
|
this.isFirstSH = false
|
|
|
if (this.firstAuthentication.driverSex == '女') {
|
|
|
- this.userName = this.firstAuthentication.driverCall + '女士'
|
|
|
+ this.userName = this.firstAuthentication.driverCall
|
|
|
} else {
|
|
|
- this.userName = this.firstAuthentication.driverCall + '先生'
|
|
|
+ this.userName = this.firstAuthentication.driverCall
|
|
|
}
|
|
|
|
|
|
if (this.firstAuthentication.authenticationStatus == '审核中') {
|