Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
不管使用什么跳转模式, 跳转的二级页面都是透明 navbar, 而且我看到编译生成的,页面的json 中,也没有将导航栏设置成透明的配置
第一个图片是编辑器的, 看起来是正常。 第三个 图片是手机打开截图的, 导航栏直接是透明的
找到问题了。 还是 taro 兼容性问题。 在 app.tsx 中 的config 中 添加 navigationBarForceEnable: true。 该属性并没有在 Config 的 interface 中