Sfoglia il codice sorgente

技术服务商和技术认证

ccf 3 anni fa
parent
commit
a0d26907e5
2 ha cambiato i file con 16 aggiunte e 3 eliminazioni
  1. 8 3
      pages/cert/index.vue
  2. 8 0
      pages/cert/type/_id.vue

+ 8 - 3
pages/cert/index.vue

@@ -62,13 +62,18 @@ export default {
   methods: {
     clickLancer({ id },{ name }) {
       this.cnzz("开发者资质认证",name,"")
-      if(id!=23)
+      if(id==23)
       {
-        this.$router.push(`/cert/type/${id}`);
+        this.$router.push(`/frontend/skill_cert/profile`);
+      }
+      else if(id==19)
+      {
+        this.$router.push(`/otherpage/companyComplete/add`);
       }
       else
       {
-        this.$router.push(`/frontend/skill_cert/profile`);
+        this.$router.push(`/cert/type/${id}`);
+
       }
     },
     btnDisabled(item) {

+ 8 - 0
pages/cert/type/_id.vue

@@ -360,6 +360,14 @@ export default {
   },
   created() {
     this.baseUrl = this.$store.state.domainConfig.siteUrl;
+    if(this.id==19)
+    {
+      this.$router.push(`/otherpage/companyComplete/add`)
+    }
+    else if(this.id==23)
+    {
+      this.$router.push(`/frontend/skill_cert/profile`)
+    }
   },
   head() {
     return {