TypeError: Cannot read property 'type' of undefined
来源:4-3 第四天 自动回复各种消息
慕粉1146045851
2016-10-18
请问老师出现以下问题怎么解决?关注和取消关注都一样。
出现: TypeError: Cannot read property 'type' of undefined
把yield handler.call(this,next);改为handler后报:
TypeError: You may only yield a function, promise, generator, array, or object, but the following object was passed: "undefined"
写回答
1回答
-
Scott
2016-10-18
把 app.js g.js wechat.js 代码都贴出来看一下,同时把 yield handler.call 之前拿到的 message 都打印一下贴出来
00
相似问题