线上代码备份
2020-12-02 本文已影响0人
追逐繁星的阿忠
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) => {
}
})
*/