瀏覽代碼

no message

xingzai 2 年之前
父節點
當前提交
e4212f8d52
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      controllers/activity.go

+ 1 - 1
controllers/activity.go

@@ -4224,7 +4224,7 @@ func (this *ActivityCoAntroller) LabelTypeListV6Pc() {
 	if whichDay == "undefined" {
 		whichDay = ""
 	}
-	if activeState == "undefined" || activeState == "" {
+	if activeState == "undefined" || activeState == "" || activeState == "1" {
 		activeState = "1,2"
 	}
 	userType, permissionStr, err := services.GetUserType(user.CompanyId)