xingzai %!s(int64=2) %!d(string=hai) anos
pai
achega
4517eea6be
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      controllers/article.go

+ 1 - 1
controllers/article.go

@@ -332,7 +332,7 @@ Loop:
 		return
 	}
 	if detailConfig.ConfigValue == "1" {
-		if hasPermission == 5 {
+		if hasPermission == 2 || hasPermission == 4 || hasPermission == 5 {
 			resp.IsShow = true
 		}
 	}