@@ -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;