0
点赞
收藏
分享

微信扫一扫

线上代码备份

圣杰 2022-07-14 阅读 40

1

/*let self = this;
//新人红包弹出界面
uni.checkSession({
success: (res) => {
if (uni.getStorageSync('userInfo')) { //标识登录状态
let obj = uni.getStorageSync('userInfo');
console.log('22222222222222222222222用户登录状态有效', obj)
self.getRedBag();
console.log('3333333333333用户登录状态有效', obj)
}
},
fail: (res) => {
}
})
*/

举报

相关推荐

0 条评论