收藏
回答

云函数调用失败?

只要调用下面这个方法就报截图的错误,其他的云函数调用都是没问题的,请问这是什么原因

getFromlist () {

      const that = this

      wx.cloud.callFunction({

        name: 'presentList',

        data: {}

      }).then(res => {

        console.log(res)

        that.formList = res.result.data.reverse()

      })

    }

回答关注问题邀请回答
收藏

1 个回答

  • 困难
    困难
    2021-10-20

    2021-10-20
    有用 1
    回复
登录 后发表内容