xingzai hace 1 año
padre
commit
df9782d817
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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" {