Commit e41a0eb7 by yangzhi

fix:优化

parent 90f82913
...@@ -76,7 +76,7 @@ export default { ...@@ -76,7 +76,7 @@ export default {
}, },
}, },
mounted() { mounted() {
if(this.userInfo&&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))
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