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 }); // 长按替换截图相关