查询代码片段:
let that= this const db = wx.cloud.database() db.collection( 'userData' ).where({ _openid:app.globalData.openId }).get({ success: res => { console.log(res.data) console.log( this ) console.log( '[数据库] [查询记录] 成功: ' , res) }, fail: err => { wx.showToast({ icon: 'none' , title: '查询记录失败' }) console.error( '[数据库] [查询记录] 失败:' , err) } }) |
数据库图片
查询成功截图:
是的。成功查询到了 0 条数据。