这个怎么回事?

来源:3-2 云数据库

qq_慕虎2492917

2019-07-25 18:50

VM60386:1 thirdScriptError 

 sdk uncaught third Error 

 errCode: -1  | errMsg: Cloud API isn't enabled, please call wx.cloud.init first

请先调用 wx.cloud.init() 完成初始化后再调用其他云 API。init 方法可传入一个对象用于设置默认配置,详见文档。 

 Error: errCode: -1  | errMsg: Cloud API isn't enabled, please call wx.cloud.init first

请先调用 wx.cloud.init() 完成初始化后再调用其他云 API。init 方法可传入一个对象用于设置默认配置,详见文档。

    at new u (WAService.js:1:381390)

    at Object.exportAPI.(anonymous function) [as database] (WAService.js:1:250410)

    at http://127.0.0.1:17887/appservice/pages/cloud/cloud.js:4:19

    at require (WAService.js:1:1297709)

    at <anonymous>:17:7

    at HTMLScriptElement.scriptLoaded (http://127.0.0.1:17887/appservice/appservice?t=1564051892557:1131:21)

    at HTMLScriptElement.script.onload (http://127.0.0.1:17887/appservice/appservice?t=1564051892557:1143:20)


写回答 关注

1回答

  • 谢成
    2019-07-26 15:46:59

    检查下app.js文件:


    在云开发控制台中查看云环境id,然后在app.js当中配置云环境id:

    https://img1.mukewang.com/5d1c55e70001e79025461086.jpg


    https://img2.mukewang.com/5d1c560400011d6216900846.jpg


轻松入门微信小程序与云开发

深入浅出微信小程序核心基础与云开发,使你掌握小程序开发必备技能。

64548 学习 · 1742 问题

查看课程

相似问题