|
@@ -169,7 +169,7 @@
|
|
|
})
|
|
|
if (_status == '已禁用') {
|
|
|
this.isShowAlert = true
|
|
|
- this.alertTitle == '账号审核中'
|
|
|
+ this.alertTitle = '账号审核中'
|
|
|
this.confirmText = '退出APP'
|
|
|
this.showCancelButton = false
|
|
|
} else {
|
|
@@ -239,7 +239,7 @@
|
|
|
},
|
|
|
confirmClick() {
|
|
|
// #ifdef APP-PLUS
|
|
|
- if (this.alertTitle == '账号审核中') {
|
|
|
+ if (this.alertTitle = '账号审核中') {
|
|
|
if (uni.getSystemInfoSync().platform == 'ios') {
|
|
|
plus.ios.import("UIApplication").sharedApplication().performSelector("exit")
|
|
|
} else if (uni.getSystemInfoSync().platform == 'android') {
|
|
@@ -258,7 +258,7 @@
|
|
|
if (!this.hasLogin) {
|
|
|
this.isShowAlert = true;
|
|
|
} else {
|
|
|
- if (type == 1 && this.statusVal == '已认证'||this.statusVal == '证件已过期') {
|
|
|
+ if (type == 1 && this.statusVal == '已认证'||this.statusVal == '证件已过期'||this.statusVal == '身份认证未通过') {
|
|
|
src = '/pages/mine/editDriverCertification'
|
|
|
}
|
|
|
console.log('this.isFirstSH', this.isFirstSH)
|