|
@@ -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
|