在app.js里调用wx.setNavigationBarTitle({title: 'XXX'});报错,VM738:1 appServiceSDKScriptError
Cannot set property 'updateTitle' of undefined;at api setNavigationBarTitle beforeAll callback function
TypeError: Cannot set property 'updateTitle' of undefined,这是什么原因
请在需要修改标题的page的js文件里使用wx.setNavigationBarTitle({title: 'XXX'})
在具体的page 的页面 js内使用 wx.setNavigationBarTitle
undefined['updateTitle'] error
检查下你的标题取值是否正确
你app.js里哪来的navigationBarTitle。。。只有在配套的文件js里这么写才行吧