为了账号安全,请及时绑定邮箱和手机立即绑定

这个该怎么改呀

 onLoad: function (options) {

    wx.cloud.callFunction({

      name:'movielist',

      data: {

          start: this.data.movieList.length,

          count: 10

      }

    }).then(res=>{

      console.log(res);

      this.setData({

        movieList: this.data.movieList.concat(JSON.parse

          (res.result).subjects)

      })

    }).catch(err => {

      console.error(err);

    });http://img1.sycdn.imooc.com//6113a68700019baa09450360.jpg

  }, 


正在回答

2 回答

console.err()改成console.error()

0 回复 有任何疑惑可以回复我~
#1

慕侠8558410

他上面写的不就是console.error()了吗
2021-12-20 回复 有任何疑惑可以回复我~

将云函数index.js中的console.err()改成console.error()

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

这个该怎么改呀

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信