|
@@ -1542,7 +1542,7 @@
|
|
|
<!--招标tab切换-->
|
|
|
<div class="filter-table-container" :class="tableFixedTop? 'fixed' : ''">
|
|
|
<div class="tabTitle clearfix" :class="tableFixedTop? 'table-fixed-top' : ''">
|
|
|
- <input class="custom-checkbox check-all" type="checkbox" />
|
|
|
+ <input autocomplete="off" value="" class="custom-checkbox check-all" type="checkbox" />
|
|
|
<span class="tab-bid-count" id="serchNum-bid">搜索到<em style="color: #2cb7ca;">${ bidTotalCount() }</em>条信息</span>
|
|
|
<span class="tab-bid-count" id="checkNum-bid-box" style="display: none;">已选<em style="color: #2cb7ca;" id="checkNum-bid"></em>条信息</span>
|
|
|
<ul id="newsclass" style="display:none;">
|
|
@@ -3248,7 +3248,7 @@ function checkTagDisabled () {
|
|
|
window.location.href = '/'
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
var referer = document.referer
|
|
|
if(referer) {
|
|
|
var inJianyuWebSite = referer.indexOf('jianyu360.cn') > 0
|