liukangdong
2024-09-29 b2d360d9113b6955287108ca9e90d76a1f3c1419
wechat_staff/pages/login/index.js
@@ -119,6 +119,7 @@
      }else{
        wx.showToast({
          title: '你还不是该系统用户,请联系相关管理员注册',
          icon: 'none'
        })
      }
    })
@@ -166,7 +167,7 @@
            } 
          })
        } else {
          wx.redirectTo({
          wx.reLaunch({
            url: '/pages/login/index',
          })
          wx.hideLoading()
@@ -201,6 +202,7 @@
      }else{
        wx.showToast({
          title: '你还不是该系统用户,请联系相关管理员注册',
          icon: 'none'
        })
      }