Explorar o código

职级认证判断 bug;

huan-jie %!s(int64=4) %!d(string=hai) anos
pai
achega
0f378108b6
Modificáronse 1 ficheiros con 3 adicións e 1 borrados
  1. 3 1
      pages/cert/type/_id.vue

+ 3 - 1
pages/cert/type/_id.vue

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