门票详情

lu_quan_dev
han 11 months ago
parent 1cf3bb678a
commit 606b37185f
  1. 4
      common/login.js

@ -169,9 +169,11 @@ export const getCurrentRouter = (callback) => {
var throttleLogin = true
//判断是否登录(所有端)
export const judgeLogin = (callback) => {
console.log('judgeLogin', store)
console.log('judgeLogindddd', store)
const storeUserInfo = uni.getStorageSync('userInfo')
console.log("asdfasdfafasdf",storeUserInfo)
if (!storeUserInfo) {
if (throttleLogin) {
throttleLogin = false
setTimeout(() => {

Loading…
Cancel
Save