获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
找到问题了...写错地方了
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
2018-08-01