Explorar o código

fix:用户信息文案展示

zqbao hai 9 meses
pai
achega
7b4ee286ef
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      controllers/user.go

+ 1 - 1
controllers/user.go

@@ -500,7 +500,7 @@ func (this *UserAuthController) Info() {
 			}
 		}
 	}
-	if hasPermission == "" {
+	if hasPermission == "" || user.Status == utils.UserStatusNo {
 		hasPermission = "公有权限"
 	}
 	miniconf, err := models.GetMiniConf()