|
@@ -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" {
|