Commit 02639e1b by kun

回调调整

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