获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
- 我的开发者工具界面没有game inspector
https://developers.weixin.qq.com/minigame/dev/minigame-testtool/game_inspector.html [图片]
2023-01-25 - wx.getUserCloudStorage 接口无法以promise方式调用?
开发工具版本:Stable 1.06.2301040 库版本:2.30.0 在开放域的index.js中直接执行 wx.getUserCloudStorage({keyList: ['score']}).then(res => console.log(res)); 报错 VM2789 WAGame.js:1 TypeError: Cannot read property 'then' of undefined at index.js:9 at O (VM2804 WAGameSubContext.js:1) at :1:60 at doWhenAllScriptLoaded (subContext.js:20) at HTMLScriptElement.scriptLoaded (subContext.js:31) at HTMLScriptElement.script.onload (subContext.js:40)(env: Windows,mg,1.06.2301040; lib: 2.29.1) 编辑器看起来有正确的提示 [图片] 但是一直报错
2023-01-12