检查没问题呀,帮我看看咋回事,一直再报这个错误

来源:4-3 电影列表

沐_橙

2019-08-30 16:35

VM1468:1 Error: errCode: -404011 cloud function execution error | errMsg: cloud.callFunction:fail requestID fd0afbda-cb00-11e9-a563-525400697544, cloud function service error code -504002, error message console.err is not a function; at cloud.callFunction api; 

写回答 关注

2回答

  • 谢成
    2019-08-31 10:09:07

    先把console.err()改成console.error(),然后根据错误提示就能找到问题了。请检查API是否正确:


    豆瓣API有变化,需要在请求API的url后面跟一个apikey参数:


    电影列表API:http://api.douban.com/v2/movie/in_theaters?apikey=0df993c66c0c636e29ecbb5344252a4a&start=0&count=10

    电影详情API:`http://api.douban.com/v2/movie/subject/${event.movieid}?apikey=0df993c66c0c636e29ecbb5344252a4a`



  • 慕数据4591856
    2019-08-30 17:58:52

    是console.error()

    不是console.err()

轻松入门微信小程序与云开发

深入浅出微信小程序核心基础与云开发,使你掌握小程序开发必备技能。

64548 学习 · 1742 问题

查看课程

相似问题