微信小程序wx.getStorage报错,getStorage:fail data not found
·
如果是刚存储的数据,立刻getStorage是无法获取的,可以延迟获取
setTimeout(function () {
wx.getStorage
}, 1000)
更多推荐
如果是刚存储的数据,立刻getStorage是无法获取的,可以延迟获取
setTimeout(function () {
wx.getStorage
}, 1000)
更多推荐
所有评论(0)