ll
liukangdong
2024-08-27 2c08a98f7e85ec7c9376f27a7933e75e44d672f7
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'
        })
      }