826

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