|
|
@@ -75,7 +75,7 @@
|
|
|
<p>生产保密资格认证</p>
|
|
|
<div>
|
|
|
<img th:src="${portalHost + '/img/advertisement/militaryProject_11.png'}" alt="" class="wuqi">
|
|
|
- <p> <a href="#">了解详情</a></p>
|
|
|
+ <p> <a th:href="${gqc1}==null?@{/portal/service/serviceList}:@{/portal/service/serviceList(topId=${gqc1.id})}">了解详情</a></p>
|
|
|
</div>
|
|
|
</li>
|
|
|
<li>
|
|
|
@@ -83,7 +83,7 @@
|
|
|
<p>生产许可证认证</p>
|
|
|
<div>
|
|
|
<img th:src="${portalHost + '/img/advertisement/militaryProject_22.png'}" alt="">
|
|
|
- <p><a href="#">了解详情</a></p>
|
|
|
+ <p><a th:href="${gqc1}==null?@{/portal/service/serviceList}:@{/portal/service/serviceList(topId=${gqc1.id})}">了解详情</a></p>
|
|
|
</div>
|
|
|
</li>
|
|
|
<li>
|
|
|
@@ -91,7 +91,7 @@
|
|
|
<p>单位资格认证</p>
|
|
|
<div>
|
|
|
<img th:src="${portalHost + '/img/advertisement/militaryProject_33.png'}" alt="" class="chengzhi">
|
|
|
- <p><a href="#">了解详情</a></p>
|
|
|
+ <p><a th:href="${gqc1}==null?@{/portal/service/serviceList}:@{/portal/service/serviceList(topId=${gqc1.id})}">了解详情</a></p>
|
|
|
</div>
|
|
|
</li>
|
|
|
</ul>
|