We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
配置如下:
'page': { 'homePage': '/pages/index.js', 'mediatorPage': '/mediator/index.js', 'navBarColor': '#ffffff', 'navItemColor': '#000000', }
The text was updated successfully, but these errors were encountered:
仔细找到问题所在了, 在 wxframework里面DefaultNavigationAdapter的setTabbarNavigation方法 缺少对状态栏字体颜色的修改 最后一行加上 StatusBarManager.setStatusBarFontStyle(activity, routerModel); 即可
Sorry, something went wrong.
No branches or pull requests
Your questions.
配置如下:
'page': {
'homePage': '/pages/index.js',
'mediatorPage': '/mediator/index.js',
'navBarColor': '#ffffff',
'navItemColor': '#000000',
}
Environment.
The text was updated successfully, but these errors were encountered: