Sfoglia il codice sorgente

实名认证成功处理

ccf 4 anni fa
parent
commit
342daf011b
1 ha cambiato i file con 7 aggiunte e 1 eliminazioni
  1. 7 1
      pages/frontend/name_cert/index.vue

+ 7 - 1
pages/frontend/name_cert/index.vue

@@ -315,9 +315,15 @@ export default {
 
             const {
                 url,
-                certifyId
+                certifyId,
+                cert_status
             } = res.data;
 
+            if(cert_status==3)
+            {
+              this.toSuccess();
+              return ;
+            }
             this.url = url;
             this.certifyId = certifyId;
             this.centerDialogVisible = true;