Browse Source

no message

xingzai 1 year ago
parent
commit
df9782d817
1 changed files with 2 additions and 2 deletions
  1. 2 2
      controllers/activity.go

+ 2 - 2
controllers/activity.go

@@ -1712,8 +1712,8 @@ func (this *ActivityCoAntroller) ActivityListNew() {
 	playBack, _ := this.GetInt("PlayBack")
 	filter, _ := this.GetInt("Filter")
 	isPower, _ := this.GetInt("IsPower")
-	activityId, _ := this.GetInt("ActivityId")             // 仅用于判断【新】标签
-	isExternalLabel, _ := this.GetInt("IsExternalLabel")   //
+	activityId, _ := this.GetInt("ActivityId") // 仅用于判断【新】标签
+	//isExternalLabel, _ := this.GetInt("IsExternalLabel")   //
 	isResearchPoints := this.GetString("IsResearchPoints") //
 
 	if label == "undefined" {