소스 검색

实名认证成功处理

ccf 4 년 전
부모
커밋
342daf011b
1개의 변경된 파일7개의 추가작업 그리고 1개의 파일을 삭제
  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;