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
Mac version 1.0.2单独component config = {
navigationBarTitleText: 'show',
};
标题没变
The text was updated successfully, but these errors were encountered:
config 是在自定义组件里还是页面组件里 ? @szheng3
标题没变的意思的是:初始化是 XXX ,运行过程中修改为 YYY,但是标题还是 XXX ?
Sorry, something went wrong.
在页面组件里面, 初始化是 XXX ,运行过程中修改为 YYY,但是标题还是 XXX,正解
按照小程序的规范,动态设置当前页面的标题需要通过 setNavigationBarTitle(Object object) ,该 API 在 RN 端还没支持,我来给你支持一下。
感谢大佬
6cca77c
Pines-Cheng
No branches or pull requests
Mac version 1.0.2单独component
config = {
};
标题没变
The text was updated successfully, but these errors were encountered: