|
@@ -288,7 +288,9 @@ export default {
|
|
|
isSpecial() {
|
|
isSpecial() {
|
|
|
if (this.id === '20' || this.id === '21' || this.id === '18' || this.id === '19') {
|
|
if (this.id === '20' || this.id === '21' || this.id === '18' || this.id === '19') {
|
|
|
if (this.detail.btn_name === '未达标' || this.detail.btn_name === '审核中') {
|
|
if (this.detail.btn_name === '未达标' || this.detail.btn_name === '审核中') {
|
|
|
- return true
|
|
|
|
|
|
|
+ if (!this.certVerifyUrl) {
|
|
|
|
|
+ return true
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|