Commit d6df1b50 authored by gengchunlei's avatar gengchunlei

Merge branch 'chronic-dev' of http://gitlab.yiboshi.com/nightkis1995/frontend-h5 into chronic-dev

parents d3520282 0af1f5a9
...@@ -57,7 +57,7 @@ export default { ...@@ -57,7 +57,7 @@ export default {
if (!token) { if (!token) {
token = sessionStorage.getItem('token') token = sessionStorage.getItem('token')
if (process.env.NODE_ENV !== 'production') { if (process.env.NODE_ENV !== 'production') {
token = 'a1aa2026-5d9f-48e1-b942-06401fad42e7' token = '5f27c2c3-721c-45f8-adb9-39652234e21c'
} }
} }
if (token) { if (token) {
......
...@@ -478,10 +478,10 @@ export default { ...@@ -478,10 +478,10 @@ export default {
overflow: visible; overflow: visible;
} }
:deep(.van-field__error-message) { // :deep(.van-field__error-message) {
position: absolute; // position: absolute;
margin-top: 3px; // margin-top: 3px;
} // }
:deep(.van-cell:after) { :deep(.van-cell:after) {
border-bottom: 0px; border-bottom: 0px;
......
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