This commit is contained in:
lihaoyuan 2025-12-01 09:51:17 +08:00
commit cb263e45eb
4 changed files with 12 additions and 6 deletions

View File

@ -23,8 +23,10 @@
"path": "pages/audit/shop1", "path": "pages/audit/shop1",
"style": { "style": {
"navigationStyle": "custom", "navigationStyle": "custom",
"disableSwipeBack ": true,
"app-plus": { "app-plus": {
"titleNView": false "titleNView": false,
"popGesture": "none"
} }
} }
}, },
@ -49,7 +51,11 @@
{ {
"path": "pages/audit/checkAudit", "path": "pages/audit/checkAudit",
"style": { "style": {
"navigationStyle": "custom" "navigationStyle": "custom",
"disableSwipeBack ": true,
"app-plus": {
"popGesture": "none"
}
} }
}, },
{ {

View File

@ -1621,7 +1621,7 @@ export default {
} }
.btn-login-out { .btn-login-out {
font-size: 28rpx; font-size: 24rpx;
color: $base-color; color: $base-color;
} }

View File

@ -478,7 +478,7 @@ export default {
} }
.btn-login-out { .btn-login-out {
font-size: 28rpx; font-size: 24rpx;
color: $base-color; color: $base-color;
} }

View File

@ -57,7 +57,7 @@
</u-form-item> </u-form-item>
<template <template
v-if="entity_type == 1 || (bankCardFiles.length && bankCardOcrLoaded)" v-if="(bankCardFiles.length && bankCardOcrLoaded)"
> >
<u-form-item label="开户名称" required prop="account_holder_name"> <u-form-item label="开户名称" required prop="account_holder_name">
<u-input <u-input
@ -629,7 +629,7 @@ export default {
} }
.btn-login-out { .btn-login-out {
font-size: 28rpx; font-size: 24rpx;
color: $base-color; color: $base-color;
} }