|
@@ -277,7 +277,7 @@
|
|
goDetailPage(src, type) {
|
|
goDetailPage(src, type) {
|
|
if (!this.hasLogin) {
|
|
if (!this.hasLogin) {
|
|
this.isShowAlert = true;
|
|
this.isShowAlert = true;
|
|
- } else {
|
|
|
|
|
|
+ } else {debugger
|
|
if (type == 1 && this.statusVal == '已认证'||this.statusVal == '证件已过期'||this.statusVal == '身份认证未通过') {
|
|
if (type == 1 && this.statusVal == '已认证'||this.statusVal == '证件已过期'||this.statusVal == '身份认证未通过') {
|
|
console.log(type)
|
|
console.log(type)
|
|
src = '/pages/mine/editDriverCertification'
|
|
src = '/pages/mine/editDriverCertification'
|
|
@@ -288,7 +288,10 @@
|
|
type: 'error',
|
|
type: 'error',
|
|
message: "请先完成司机身份认证",
|
|
message: "请先完成司机身份认证",
|
|
})
|
|
})
|
|
- } else {
|
|
|
|
|
|
+ } else if(type == 1&&this.statusVal=='身份认证审核中') {
|
|
|
|
+ return
|
|
|
|
+
|
|
|
|
+ }else{
|
|
uni.$u.route(src);
|
|
uni.$u.route(src);
|
|
}
|
|
}
|
|
|
|
|
|
@@ -316,7 +319,7 @@
|
|
background: url(../../static/images/mine/bg@2x.png);
|
|
background: url(../../static/images/mine/bg@2x.png);
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
height: 100vh;
|
|
height: 100vh;
|
|
- padding: 0 20rpx;
|
|
|
|
|
|
+ padding: 0 25rpx;
|
|
}
|
|
}
|
|
|
|
|
|
.top-height {
|
|
.top-height {
|
|
@@ -409,7 +412,7 @@
|
|
}
|
|
}
|
|
|
|
|
|
.flex-space-between {
|
|
.flex-space-between {
|
|
- margin: 40rpx 0;
|
|
|
|
|
|
+ margin:10rpx 0 50rpx 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|