|
@@ -283,6 +283,11 @@ func (this *ActivityNoLoginController) ActivityListNew() {
|
|
|
isExternalLabel, _ := this.GetInt("IsExternalLabel") //
|
|
|
isResearchPoints, _ := this.GetInt("IsResearchPoints") //
|
|
|
isResearch, _ := this.GetBool("IsResearch", false) // 是否为研选 查研观向11.0 (研选活动独立显示)
|
|
|
+
|
|
|
+ if activityTypeId == "5" {
|
|
|
+ activityTypeId = "5,8" //专家线下沙龙可以查看买方线下交流
|
|
|
+ }
|
|
|
+
|
|
|
var startSize int
|
|
|
if pageSize <= 0 {
|
|
|
pageSize = utils.PageSize20
|