From 7836f9855afa0ef0d05db1fca9efe21fc8e2bf93 Mon Sep 17 00:00:00 2001 From: tangxinyue <524779910@qq.com> Date: Sat, 30 May 2026 16:16:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=89=E5=8D=93=E5=BA=95?= =?UTF-8?q?=E9=83=A8=E5=AF=BC=E8=88=AA=E6=A0=8F=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/shopping/pdd/list-index.vue | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pages/shopping/pdd/list-index.vue b/pages/shopping/pdd/list-index.vue index 4b2acd2..2789207 100644 --- a/pages/shopping/pdd/list-index.vue +++ b/pages/shopping/pdd/list-index.vue @@ -459,6 +459,13 @@ onShow(() => { if (cachedTab2) { tab2List.value = cachedTab2; } + + // #ifdef APP-PLUS + util.setAndroidSystemBarColor('#FFFFFF') + setTimeout(() => { + plus.navigator.setStatusBarStyle("dark"); + }, 500); + // #endif }); // 长按替换截图相关