云开发按照教程无反应

发布于 7 年前作者 iliu13974 次浏览最后编辑 7 年前来自 ask

Page({

onLoad: function() {

wx.cloud.init({ env: ‘tdz-69c2cc’})

const db = wx.cloud.database({env:‘tdz’})

db.collection(‘sybg’).doc(‘XGrDB3kPDdDCJ5jh’).get({

success(res) {

console.log(res.data)

}

})

}

})

0 回复
暂无回复