fuwencai hace 2 años
padre
commit
84da4162d9
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/jfw/modules/app/src/app/front/tags.go

+ 1 - 1
src/jfw/modules/app/src/app/front/tags.go

@@ -263,7 +263,7 @@ onceAgain:
 		tg.T["areaList"] = jyutil.AreaInfo
 		tg.T["currentLocation"] = currentLocation
 		//行业首页 不用广告位
-		if !(types == "industry" && name == "home") {
+		if !(types == "industry" && name == "all") {
 			tg.T["adList"] = jyutil.GetAdInfo(tg.Request.Host)
 		}
 		if biddingInfo.IsSearch {