收藏
回答

云开发工具,数据库的高级操作,then语句报错,这是啥情况?

db.collection('user')

.where({

tel: '123456',

del: 'n'

}).get().then(res => {

console.log(res)

})


untimeError: cannot get property 'then'

不支持then么,Promise

最后一次编辑于  2019-12-09
回答关注问题邀请回答
收藏

1 个回答

登录 后发表内容
问题标签