在json直接配置:
{ "navigationBarTitleText": "标题" }
onLoad: function (options) { wx.setNavigationBarTitle({ title: this.data._title }) }