Commit 02639e1b by kun

回调调整

parent d7c72b16
...@@ -30,11 +30,9 @@ ...@@ -30,11 +30,9 @@
}, },
methods: { methods: {
rollOut(){ rollOut(){
this.$router.go(-1)
window.parent.postMessage({data:false},'*'); window.parent.postMessage({data:false},'*');
}, },
goBackAccount(){ goBackAccount(){
this.$router.go(-1)
window.parent.postMessage({data:false},'*'); window.parent.postMessage({data:false},'*');
} }
} }
......
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