Browse Source

no message

xingzai 1 năm trước cách đây
mục cha
commit
e22350156b
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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]
 					}
 				}
 			}