|
@@ -29,11 +29,16 @@
|
|
|
</section>
|
|
|
</div>
|
|
|
<div class="service-module-content-right">
|
|
|
+ {{$ad_ent_service:=(Ad "new-pc-index-ent-service" 1 .Host)}}
|
|
|
+ {{if $ad_5}}
|
|
|
<div class="service-flow-chart">
|
|
|
- <a class="service-flow-chart-link" href="javascript:volid(0);">
|
|
|
- <img src="/images/index/ent-service-flow-chart_2x.png" alt="">
|
|
|
+ {{range $ad := $ad_ent_service}}
|
|
|
+ <a class="service-flow-chart-link" {{if $ad.S_link}}href="{{$ad.S_link}}"{{end}}>
|
|
|
+ <img src="{{$ad.S_pic}}" alt="{{$ad.S_picalt}}">
|
|
|
</a>
|
|
|
+ {{end}}
|
|
|
</div>
|
|
|
+ {{end}}
|
|
|
</div>
|
|
|
- </main>
|
|
|
+ </main>
|
|
|
</section>
|