Browse Source

no message

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

+ 1 - 1
controllers/activity.go

@@ -436,7 +436,7 @@ func (this *ActivityCoAntroller) Detail() {
 					}
 					// 非买方研选下的才展示New标签
 					if activityInfo.ChartPermissionId != utils.CHART_PERMISSION_ID_YANXUAN {
-						industrialList[k].IndustryNewLabel = industryNewMap[v.IndustrialManagementId]
+						//industrialList[k].IndustryNewLabel = industryNewMap[v.IndustrialManagementId]
 					}
 				}
 			}