Unhandled rejection TypeError: Cannot read property 'then' of undefined
来源:5-4 第五天 微信菜单-生成菜单
PaulDing
2016-08-30
Unhandled rejection TypeError: Cannot read property 'then' of undefined
写回答
2回答
-
孤独的_根号三
2016-09-09
exports.reply = function* (next) { var message = this.weixin wechatApi.deleteMenu() .then(function() { return wechatApi.createMenu(menu) }) .then(function(msg) { console.log(msg) })
142016-12-18 -
拖走NET
2016-12-18
why?
00
相似问题