Commit 6981d9e9 by yangzhi

fix:优化

parent e41a0eb7
...@@ -78,6 +78,8 @@ export default { ...@@ -78,6 +78,8 @@ export default {
mounted() { mounted() {
if(this.$route.query.shopKey){ if(this.$route.query.shopKey){
localStorage.setItem('shopifyObj', JSON.stringify(this.$route.query)) localStorage.setItem('shopifyObj', JSON.stringify(this.$route.query))
}
if(this.userInfo){
this.$router.push('/contact') this.$router.push('/contact')
} }
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment