获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
我的也出现了,刚开始可以执行onLoad,用了段时间不执行了,你的解决了吗?
微信扫小程序码不能触发onload,onshow?onLoad(option) { console.log("111111111111111111111") //获取用户信息 this.getAccountInfo() //检查登录是否过期 wx.checkSession({ fail: function() { //登录态过期了 this.$tools.msg('未查到您的登录信息,请先登录') setTimeout(function(){ uni.reLaunch({ url:'/pages/login/login' }) },1500) } }); if(!uni.getStorageSync('token')){ this.$tools.msg('未查到您的登录信息,请先登录') setTimeout(function(){ uni.reLaunch({ url:'/pages/login/login' }) },1500) return } },
2024-03-16