只可在开放数据域下使用,就是一个openDataContext目录,很麻烦,相当于另起一个项目
wx.getUserCloudStorage is not a function为什么会报这个错,找不原因啊? wx.setUserCloudStorage就没有问题 但是换成get 就报错了。 wx.getUserCloudStorage({ keyList: ['asd'], success:(res)=>{ console.log(res) } }) VM2208:1 gameThirdScriptError wx.getUserCloudStorage is not a function TypeError: wx.getUserCloudStorage is not a function at http://127.0.0.1:36793/game/code.js:48492:4 at require (http://127.0.0.1:36793/game/__dev__/WAGame.js:3:13718) at http://127.0.0.1:36793/game/__dev__/WAGame.js:3:13432 at http://127.0.0.1:36793/game/game.js:4:1 at require (http://127.0.0.1:36793/game/__dev__/WAGame.js:3:13718) at http://127.0.0.1:36793/game/gamePage.html:121:5
2022-02-28