提交 e72f00d9 authored 作者: 王鹏飞's avatar 王鹏飞

bug fixes

上级 a5c99352
...@@ -79,6 +79,7 @@ export default { ...@@ -79,6 +79,7 @@ export default {
max-width: 750px; max-width: 750px;
margin: 0 auto; margin: 0 auto;
padding-bottom: env(safe-area-inset-bottom); padding-bottom: env(safe-area-inset-bottom);
box-sizing: content-box;
box-shadow: 0px -8px 16px 0px rgba(0, 0, 0, 0.05); box-shadow: 0px -8px 16px 0px rgba(0, 0, 0, 0.05);
} }
.tab-bar-list { .tab-bar-list {
......
...@@ -120,11 +120,12 @@ export default { ...@@ -120,11 +120,12 @@ export default {
Cookies.remove('wechat_login_no_phone_error', { Cookies.remove('wechat_login_no_phone_error', {
domain: '.ezijing.com' domain: '.ezijing.com'
}) })
if (this.redirectURI) { // if (this.redirectURI) {
window.location.href = this.redirectURI // window.location.href = this.redirectURI
} else { // } else {
this.$router.replace('/') // this.$router.replace('/')
} // }
this.$router.replace('/')
} else { } else {
this.$notify(response.msg) this.$notify(response.msg)
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论