|
@@ -1712,8 +1712,8 @@ func (this *ActivityCoAntroller) ActivityListNew() {
|
|
playBack, _ := this.GetInt("PlayBack")
|
|
playBack, _ := this.GetInt("PlayBack")
|
|
filter, _ := this.GetInt("Filter")
|
|
filter, _ := this.GetInt("Filter")
|
|
isPower, _ := this.GetInt("IsPower")
|
|
isPower, _ := this.GetInt("IsPower")
|
|
- activityId, _ := this.GetInt("ActivityId")
|
|
+ activityId, _ := this.GetInt("ActivityId")
|
|
- isExternalLabel, _ := this.GetInt("IsExternalLabel")
|
|
+
|
|
isResearchPoints := this.GetString("IsResearchPoints")
|
|
isResearchPoints := this.GetString("IsResearchPoints")
|
|
|
|
|
|
if label == "undefined" {
|
|
if label == "undefined" {
|