Przeglądaj źródła

调整 去完善 连接

martin.ma 3 lat temu
rodzic
commit
2d91da56b1
1 zmienionych plików z 5 dodań i 1 usunięć
  1. 5 1
      pages/frontend/skill_cert/resume_improve.vue

+ 5 - 1
pages/frontend/skill_cert/resume_improve.vue

@@ -211,7 +211,9 @@ export default {
                 }
               )
                 .then(() => {
-                  this.$parent.set_step(1);
+                  // this.$parent.set_step(1);
+                  location.href = '/wo/'+this.$store.state.userinfo.uid
+
                 })
                 .catch(() => {
                   this.$parent.set_step(3);
@@ -258,6 +260,8 @@ export default {
       this.$store.state.userinfo.weixin ||
       this.$store.state.userinfo.mobile ||
       "";
+
+
   }
 };
 </script>