浏览代码

no message

xingzai 1 年之前
父节点
当前提交
f4909211f5
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      controllers/activity.go

+ 3 - 3
controllers/activity.go

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