修改安卓底部导航栏颜色
This commit is contained in:
parent
c9b393b117
commit
7836f9855a
|
|
@ -459,6 +459,13 @@ onShow(() => {
|
||||||
if (cachedTab2) {
|
if (cachedTab2) {
|
||||||
tab2List.value = cachedTab2;
|
tab2List.value = cachedTab2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// #ifdef APP-PLUS
|
||||||
|
util.setAndroidSystemBarColor('#FFFFFF')
|
||||||
|
setTimeout(() => {
|
||||||
|
plus.navigator.setStatusBarStyle("dark");
|
||||||
|
}, 500);
|
||||||
|
// #endif
|
||||||
});
|
});
|
||||||
|
|
||||||
// 长按替换截图相关
|
// 长按替换截图相关
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue