|
@@ -194,7 +194,6 @@
|
|
|
await this.$request.baseRequest('', '/driverInfo/firstAuthentication', {
|
|
|
driverPhone: this.userInfo.phone,
|
|
|
}).then(res => {
|
|
|
- debugger
|
|
|
this.firstAuthentication = res.data
|
|
|
console.log("this.firstAuthentication", this.firstAuthentication)
|
|
|
if (this.firstAuthentication) {
|