微信小程序 设置 navigationBar 信息
// 设置页面标题
wx.setNavigationBarTitle({
  title: this.data.pageTitle,
});
// 设置导航栏样式
wx.setNavigationBarColor({
  frontColor: "#ffffff",
  backgroundColor: "#4CAF50",
});
    // 设置页面标题
wx.setNavigationBarTitle({
  title: this.data.pageTitle,
});
// 设置导航栏样式
wx.setNavigationBarColor({
  frontColor: "#ffffff",
  backgroundColor: "#4CAF50",
});