|
|
@@ -71,7 +71,11 @@
|
|
|
<a class="dropdown-item" href="http://doc.zhzdwd.com/docs/yanghuUpdate" target="_blank">升级说明</a>
|
|
|
<a class="dropdown-item" href="https://smartcost.com.cn/" target="_blank">纵横官网</a>
|
|
|
<!-- <a class="dropdown-item" href="#">动画教程</a>-->
|
|
|
+ <% if (compilationName === '公路造价(2018)') { %>
|
|
|
+ <a class="dropdown-item" href="https://smartcost.com.cn/contact2" target="_blank">联系客服</a>
|
|
|
+ <% } else { %>
|
|
|
<a id="customerService" class="dropdown-item" href="javascript:void(0);">联系客服</a>
|
|
|
+ <% } %>
|
|
|
<!-- <a class="dropdown-item" href="#">关于</a>-->
|
|
|
</div>
|
|
|
</li>
|
|
|
@@ -115,7 +119,11 @@
|
|
|
<button class="dropdown-item dropdown-toggle" type="button" data-toggle="dropdown">帮助</button>
|
|
|
<div class="dropdown-menu">
|
|
|
<a class="dropdown-item" href="https://smartcost.com.cn/" target="_blank">纵横官网</a>
|
|
|
+ <% if (compilationName === '公路造价(2018)') { %>
|
|
|
+ <a class="dropdown-item" href="https://smartcost.com.cn/contact2" target="_blank">联系客服</a>
|
|
|
+ <% } else { %>
|
|
|
<a id="customerService" class="dropdown-item" href="javascript:void(0);">联系客服</a>
|
|
|
+ <% } %>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|