Commit 3b3178a7 authored by gengchunlei's avatar gengchunlei

居民端小程序 v1.2 样式调整

parent 64010734
......@@ -53,7 +53,7 @@ export default {
if (!token) {
token = sessionStorage.getItem('token')
if (process.env.NODE_ENV !== 'production') {
token = '7224fb00-e997-4c6e-b448-7341d5e5478a'
token = '9156ef22-32c5-4216-afea-11b42684d76b'
}
}
if (token) {
......
......@@ -480,6 +480,7 @@ export default {
:deep(.van-field__error-message) {
position: absolute;
margin-top: 3px;
}
:deep(.van-cell:after) {
......
......@@ -235,7 +235,7 @@
<!-- <div class='blueColor' @click='visitWayConfirm'>确定</div>-->
<div></div>
</div>
<CheckBtn column-2
<CheckBtn column-1
@change="visitWayConfirm"
:options="store.getDict('CP00179')"
v-model:value='checkVisitWay'
......@@ -667,6 +667,7 @@ export default {
:deep(.van-field__error-message) {
position: absolute;
margin-top: 3px;
}
:deep(.van-cell:after) {
......
......@@ -408,6 +408,7 @@ export default {
:deep(.van-field__error-message) {
position: absolute;
margin-top: 3px;
}
:deep(.van-cell:after) {
......
......@@ -843,6 +843,7 @@ export default {
:deep(.van-field__error-message) {
position: absolute;
margin-top: 3px;
}
:deep(.van-cell:after) {
......
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