修改安卓底部导航栏颜色

This commit is contained in:
tangxinyue 2026-05-30 16:16:50 +08:00
parent c9b393b117
commit 7836f9855a
1 changed files with 7 additions and 0 deletions

View File

@ -459,6 +459,13 @@ onShow(() => {
if (cachedTab2) {
tab2List.value = cachedTab2;
}
// #ifdef APP-PLUS
util.setAndroidSystemBarColor('#FFFFFF')
setTimeout(() => {
plus.navigator.setStatusBarStyle("dark");
}, 500);
// #endif
});
//