作者 lyh

gx

@@ -427,6 +427,10 @@ class ProjectLogic extends BaseLogic @@ -427,6 +427,10 @@ class ProjectLogic extends BaseLogic
427 //上线时间大于当前时间的3天钱,默认不允许关闭推荐供应商 427 //上线时间大于当前时间的3天钱,默认不允许关闭推荐供应商
428 $this->param['deploy_build']['is_supplier'] = 1; 428 $this->param['deploy_build']['is_supplier'] = 1;
429 } 429 }
  430 + //之后上线的项目默认开启新版聚合页
  431 + if($param['uptime'] >= '2025-07-16 00:00:00'){
  432 + $param['tag_page_version'] = 2;
  433 + }
430 } 434 }
431 //聚合页评论为空时,生成评论 435 //聚合页评论为空时,生成评论
432 $keywordCommentModel = new AggregateKeywordComment(); 436 $keywordCommentModel = new AggregateKeywordComment();