在真机上试试,我也出现这种情况,放到真机调试,保存的图片能看到的!
小游戏 截图临时路径无法保存本地canvas.toTempFilePath({ x: 0, y: 0, width: width, height: height, destWidth: width, destHeight: height, success(res){ console.log(res.tempFilePath); FileSystemManager.saveFile({ tempFilePath: res.tempFilePath, success(res) { console.log(res) }, fail(error) { console.log(error) } }) } })[图片] 临时路径是315c6e44-dc0e-4ee0-ad78-23b476744392,这个东西不知道是什么?但是能够预览图片却不能保存本地。网上看是http:或者是wxfile开头的~ 求大神帮忙~如何将截图的图片保存到本地~最好不好通过后台上传~
2018-07-21我的也出现这种问题,传了keyList KVDataList 也是空的 传的KVDataList是这样的[图片] 请问你如何解决的!?
getFriendCloudStorage:ok回调成功的keyList没数据?首先,主域中调用setUserCloudStorage已经调用成功,为啥开放域中调用的getFriendCloudStorage返回的数据中,KVDataList数组的长度为0? 如图: [图片]
2018-06-07