微信扫小程序码不能触发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 } },