Commit e4c9d5e1 authored by songrui's avatar songrui

修改居民信息

parent 65434353
...@@ -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 = '80fa0d29-73b2-4593-87b8-fc46b53bf49e' 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