运维中心每天都会报错个三四次。Cannot read property 'referrerInfo' of undefined;App catch error in lifeCycleMethod onShow function。
我只有在app.js中会使用到referrerInfo。
onShow: function (options) {
console.log("apponShow", options)
if (options.referrerInfo){
this.globalData.success = true
}
},
app.js中onShow的返回值options可能为NULL或者undefined吗?
在什么情况下onShow没有返回值呢?我加了try{}catch{},不过领导非要我情景再现一下,确认问题就在这。。。
础库2.1.1及以下不返回