课程
/前端开发
/小程序
/轻松入门微信小程序与云开发
cloud is not defined是哪里出了问题
2020-07-08
源自:轻松入门微信小程序与云开发
正在回答
代码中没有初始化cloud,所以不能调用cloud.init()。
既然已经开始做云开发的项目了,建议可以学习一下云开发的实战课程: https://coding.imooc.com/class/373.html
app.json中添加
"cloud": true
页面js文件中添加
wx.cloud.init({env:"云环境ID"})
举报
深入浅出微信小程序核心基础与云开发,使你掌握小程序开发必备技能。
1 回答cloud is not defined
2 回答Uncaught (in promise) ReferenceError: Data is not defined 不知道哪里有问题了
1 回答Error: errCode: -404011 cloud function execution error | errMsg: cloud.callFunction:fail requestID 6aa6b075-901b-11ea-8f79-525400149ac0, cloud function service error code -504002, error message rp is not defined ReferenceError: rp is not defined
1 回答promise is not defined
2 回答每日一问request is not defined?