问答详情
源自:4-3 电影列表

生命周期函数监听错误

https://img4.mukewang.com/5d61f6ba0001cb0303190285.jpghttps://img3.mukewang.com/5d61f6d00001a5ea07030089.jpg

说conso.err不是个方法

提问者:wind_lz 2019-08-25 10:48

个回答

  • 谢成
    2019-08-25 14:49:00
    已采纳

    504002状态码的意思是云函数执行失败,请检查云函数是否正确。

  • wind_lz
    2019-08-25 19:26:54

    return rp(`http://api.douban.com/v2/movie/in_theaters?apikey=0df993c66c0c636e29ecbb5344252a4a?start=${event.start}&count=${event.count}`)
    .then(function (res) {
    console.log(res);
    return res;
    })
    .catch(function (err) {
    console.error(err);
    });
    }     

  • wind_lz
    2019-08-25 19:19:00

    https://img4.mukewang.com/5d626e880001ba1804510362.jpg。。。

  • wind_lz
    2019-08-25 11:20:58

    我把console.err改成error还是报这个错误