From 33422b27a9f51979fa5eb356033b89e69d65f5d8 Mon Sep 17 00:00:00 2001 From: bootx Date: Mon, 20 Jul 2026 21:04:29 +0800 Subject: [PATCH] =?UTF-8?q?fix(h5):=20=E4=BF=AE=E5=A4=8D=E7=A7=BB=E5=8A=A8?= =?UTF-8?q?=E7=AB=AF=E9=A1=B5=E9=9D=A2=E6=95=B4=E9=A1=B5=E5=8F=AF=E6=BB=9A?= =?UTF-8?q?=E5=8A=A8=E4=B8=8E=20iOS=20=E6=A9=A1=E7=9A=AE=E7=AD=8B=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mobile/layout/index.vue | 7 +++++-- src/mobile/views/cashier/CashierEnvPage.vue | 6 ++---- src/mobile/views/code-pay/alipay/index.vue | 1 - src/mobile/views/code-pay/douyin/index.vue | 1 - src/mobile/views/code-pay/index.vue | 1 - src/mobile/views/code-pay/shared/CodePayShell.vue | 3 +-- src/mobile/views/code-pay/union-pay/index.vue | 1 - src/mobile/views/code-pay/wechat/index.vue | 1 - src/mobile/views/home/index.vue | 3 ++- src/mobile/views/protocol/index.vue | 10 +++++++++- src/shared/styles/common.less | 4 ++++ 11 files changed, 23 insertions(+), 15 deletions(-) diff --git a/src/mobile/layout/index.vue b/src/mobile/layout/index.vue index 63dd68b..93c9c5e 100644 --- a/src/mobile/layout/index.vue +++ b/src/mobile/layout/index.vue @@ -11,9 +11,9 @@ const keepAliveComponents = computed(() => routeStore.keepAliveComponents)