xingzai 1 yıl önce
ebeveyn
işleme
c0e5e7c234
1 değiştirilmiş dosya ile 4 ekleme ve 0 silme
  1. 4 0
      controllers/activity.go

+ 4 - 0
controllers/activity.go

@@ -1774,6 +1774,10 @@ func (this *ActivityCoAntroller) ActivityListNew() {
 	if activityTypeId == "undefined" {
 		activityTypeId = ""
 	}
+
+	if activityTypeId == "5" {
+		activityTypeId = "5,8" //专家线下沙龙可以查看买方线下交流
+	}
 	var startSize int
 	if pageSize <= 0 {
 		pageSize = utils.PageSize20