Selaa lähdekoodia

Merge branch 'dev/v4.8.47_fuwencai' of qmx/jy into feature/v4.8.47

fuwencai 2 vuotta sitten
vanhempi
commit
63cdddbdb6
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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 {