收藏
回答

新增云数据库记录时一直提交失败?

db.collection('myclasslist').add({

data: {

cno: this.data.cno,

id: this.data.students.id,

sname: this.data.students.name,

depart: this.data.students.depart,

h: this.data.h,

min: this.data.min,

mon: this.data.mon,

d: this.data.d


}

}).then(res => {

wx.hideLoading();

wx.showToast({

title: '提交成功',

})

}).catch(err => {

wx.hideLoading();

wx.showToast({

title: '提交失败',

})

})

初学者,找不到原因是啥

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

3 个回答

  • 青寒
    青寒
    2020-06-10

    使用云函数更新试试。

    2020-06-10
    有用 1
    回复
  • Mr.Zhao
    Mr.Zhao
    2020-06-10

    console.log(err) 打印一下看看什么错

    2020-06-10
    有用 1
    回复 1
    • Wptao
      Wptao
      2020-06-10
      是的是的  权限问题
      2020-06-10
      回复
  • 江城子
    江城子
    2020-07-01

    建议你const {cno,id,sname,depart,h,min,mon,d}=this.data 好看点

    2020-07-01
    有用
    回复
登录 后发表内容
问题标签