xingzai 1 سال پیش
والد
کامیت
df9782d817
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  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" {