826

parent 359b6cf8
...@@ -18,7 +18,7 @@ ...@@ -18,7 +18,7 @@
</div> </div>
<div class="btn-block"> <div class="btn-block">
<div class="btn" @click="bindMobile"> <div class="btn" @click="bindMobile">
注册并绑定微信 注册并激活订单
</div> </div>
</div> </div>
</div> </div>
...@@ -161,6 +161,7 @@ ...@@ -161,6 +161,7 @@
this.flag = true this.flag = true
getUserDetailApi().then(res=>{ getUserDetailApi().then(res=>{
localStorage.setItem('userDesc',JSON.stringify(res)); localStorage.setItem('userDesc',JSON.stringify(res));
if(this.$route.query.retUrl){ if(this.$route.query.retUrl){
this.$router.push(this.$route.query.retUrl) this.$router.push(this.$route.query.retUrl)
}else{ }else{
......
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