|
@@ -213,8 +213,10 @@
|
|
await this.$request.baseRequest('', '/driverInfo/firstAuthentication', {
|
|
await this.$request.baseRequest('', '/driverInfo/firstAuthentication', {
|
|
driverPhone: this.userInfo.phone,
|
|
driverPhone: this.userInfo.phone,
|
|
}).then(res => {
|
|
}).then(res => {
|
|
|
|
+ if(res.data){
|
|
|
|
+ uni.setStorageSync("firstAuthentication", res.data) //更新缓存数据(解决pc端审核后未及时更新缓存 用于车友判断)
|
|
|
|
+ }
|
|
this.firstAuthentication = res.data
|
|
this.firstAuthentication = res.data
|
|
- uni.setStorageSync("firstAuthentication", res.data) //更新缓存数据(解决pc端审核后未及时更新缓存 用于车友判断)
|
|
|
|
if (this.firstAuthentication) {
|
|
if (this.firstAuthentication) {
|
|
this.isFirstSH = false
|
|
this.isFirstSH = false
|
|
if (this.firstAuthentication.driverSex == '女') {
|
|
if (this.firstAuthentication.driverSex == '女') {
|