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