Commit 95df47af authored by jiaoyahui's avatar jiaoyahui

token

parent ed2d6c93
...@@ -221,6 +221,9 @@ export default { ...@@ -221,6 +221,9 @@ export default {
}, },
created() {}, created() {},
mounted() { mounted() {
 if(this.$route.query.token){
localStorage.setItem("getToken",this.$route.query.token)
    }
this.getsent(); this.getsent();
this.checkScroll(); this.checkScroll();
if (this.crmIntegral >= this.checkList[0].point) { if (this.crmIntegral >= this.checkList[0].point) {
......
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