|
@@ -1,7 +1,7 @@
|
|
|
<section class="hot-recommend">
|
|
|
<div class="hot-card">
|
|
|
<header class="hot-card-header">{{.areaNode.Name}}热门招标</header>
|
|
|
- <div class="hot-card-main">
|
|
|
+ <div class="hot-card-main">{{$global:=.}}
|
|
|
{{$hotData:=GetHotBidding .areaNode.Code 5}}
|
|
|
{{if $hotData}}
|
|
|
<ul>
|
|
@@ -13,7 +13,8 @@
|
|
|
<div class="item-info">
|
|
|
<p class="flex-center">
|
|
|
{{if and $n.Area $n.City}}
|
|
|
- <span class="item-tag">{{$n.Area}}-{{$n.City}}</span>
|
|
|
+ <span class="item-tag">
|
|
|
+ {{if ne $global.areaNode.Type 3}}{{$n.Area}}-{{end}}{{$n.City}}</span>
|
|
|
{{else if $n.Area}}
|
|
|
<span class="item-tag">{{$n.City}}</span>
|
|
|
{{else if $n.City}}
|