Commit 9a80ffe0 authored by Xuguangxing's avatar Xuguangxing

fix ui error

parent 332a40ab
...@@ -141,7 +141,7 @@ export default { ...@@ -141,7 +141,7 @@ export default {
padding-left: 12px; padding-left: 12px;
padding-right: 12px; padding-right: 12px;
box-sizing: border-box; box-sizing: border-box;
z-index: 2; z-index: 4;
button { button {
flex: 1; flex: 1;
font-size: 16px; font-size: 16px;
......
...@@ -69,7 +69,7 @@ export default { ...@@ -69,7 +69,7 @@ export default {
}, },
methods: { methods: {
navigateBack() { navigateBack() {
this.$router.go(-1); this.$router.go(-2);
}, },
getQuery() { getQuery() {
this.returnUrl = cookies.get('returnUrl') || ''; this.returnUrl = cookies.get('returnUrl') || '';
......
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