xingzai 3 年 前
コミット
72505a8778
1 ファイル変更1 行追加0 行削除
  1. 1 0
      controllers/activity.go

+ 1 - 0
controllers/activity.go

@@ -110,6 +110,7 @@ func (this *ActivityCoAntroller) ActivityList() {
 		br.Success = true
 		br.Msg = "获取成功"
 		br.Data = resp
+		return
 	}
 	var startSize int
 	if pageSize <= 0 {