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
- 更新:2019-11-25 16:37
- 阅读:1469
IOS getStorage获取不到值
分类:uni-app
0 个回复