Browse Source

no message

xingzai 1 year ago
parent
commit
c0e5e7c234
1 changed files with 4 additions and 0 deletions
  1. 4 0
      controllers/activity.go

+ 4 - 0
controllers/activity.go

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