|
@@ -81,6 +81,9 @@ func (this *ActivityController) LabelTypeList() {
|
|
|
br.ErrMsg = "获取失败,Err:" + err.Error()
|
|
|
return
|
|
|
}
|
|
|
+ if len(speciaItem.List) == 0 {
|
|
|
+ speciaItem.List = make([]*models.CygxActivityLabelList, 0)
|
|
|
+ }
|
|
|
list = append(list, speciaItem)
|
|
|
|
|
|
resp := new(models.ActivityTypeListHomeResp)
|