阿伽门农
阿伽门农
  • 发布:2019-11-25 16:37
  • 更新:2019-11-25 16:37
  • 阅读:1469

IOS getStorage获取不到值

分类:uni-app

uni.getStorage({
key: this.sessionKey,
success: function (res) {
_this.checkAccountToken(res.data.token)
_this.login(res.data.nickName);
},
fail: function(e) {
console.log(e);
}
});
提示信息
16:35:53.905 [Object] {"errMsg":"getStorage:fail data not found"} at App.vue:18

2019-11-25 16:37 负责人:无 分享
已邀请:

该问题目前已经被锁定, 无法添加新回复