设置状态栏字体颜色

setStatusBarStyle ---在index.html页面添加 导航栏字体变白

api.setStatusBarStyle({
  style: "light",
  color: "#ffffff"
});
文章导航