原先可以正常运行
上午微信小程序自动更新到0.10.101100版本之后,LeanCloud的SDK(av-weapp-2.0.0-beta.0.js)就无法正常运行:
我的代码:
// 查询
query.get('573ecb4c2e958a00661de8c4').then(function (data) {
console.info('LeanCloud 查询成功')
console.dir(data)
}, function (error) {
console.error('LeanCloud 查询失败')
console.error(error)
});
报错信息:
foo1.js [sm]:31 TypeError: Cannot read property 'getItem' of undefined
请帮忙看看,谢谢