evaluating 'Object.keys(t.options) 错误
发布于 5 年前 作者 gang53 3677 次浏览 来自 问答

在小程序运维系统查看,几乎每个页面onshow都会触发 这个错误

undefined is not an object (evaluating 'Object.keys(t.options)');at "pages/createTrade/createTrade" page lifeCycleMethod onShow function

undefined is not an object (evaluating 'Object.keys(t.options)');at "pages/sharedMail/sharedMail" page lifeCycleMethod onShow function

undefined is not an object (evaluating 'Object.keys(t.options)');at "pages/createTrade/createTrade" page lifeCycleMethod onShow function

。。。。

不知道小程序底层到底干了什么,这个options指代的又是什么,有大神遇到过吗?

1 回复

后续我们会优化这里的提示

回到顶部