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

+ 1 - 1
controllers/activity.go

@@ -2428,7 +2428,7 @@ func (this *ActivityCoAntroller) ActivityListNew() {
 	page := paging.GetPaging(currentIndex, pageSize, total)
 	resp := new(models.GetCygxActivityListRep)
 	resp.Label = label
-	resp.ImgUrl = "https://hongze.oss-cn-shanghai.aliyuncs.com/static/images/202111/20211104/QbTGTNhD9MxYp24cJ7V5WpCN0oNl.png"
+	resp.ImgUrl = ""
 	resp.List = list
 	resp.Paging = page
 	br.Ret = 200