소스 검색

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

fuwencai 2 년 전
부모
커밋
63cdddbdb6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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 {