小程序wx.setStorageSync设置缓存后,然后重新编译能获取到数据,再编译数据就被清除了,这是什么原因?自动清除数据
检查下有没wx.removeStorageSync或者wx.setStorageSync空数据
全局搜索clearStorage,removeStorage,setStorage自己先排查下
没遇到过