|
@@ -147,6 +147,12 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<script>
|
|
|
+ var jyTempLog = window.console.log
|
|
|
+ if (window.localStorage.getItem('log') === '1') {
|
|
|
+ window.console.log = jyTempLog
|
|
|
+ } else {
|
|
|
+ window.console.log = () => null
|
|
|
+ }
|
|
|
function getCookieValue(name) {
|
|
|
var result = document.cookie.match("(^|[^;]+)\\s*" + name + "\\s*=\\s*([^;]+)")
|
|
|
return result ? result.pop() : ""
|
|
@@ -376,10 +382,10 @@
|
|
|
background-size: 20px;
|
|
|
}
|
|
|
#public-nav[data-theme="light"] .iner .fl .jynav-search::placeholder{
|
|
|
- color: #ccc;
|
|
|
- font-style: 14px;
|
|
|
+ color: #ccc;
|
|
|
+ font-style: 14px;
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
|
|
|
#public-nav .iner .jynav{
|
|
|
position: relative;
|
|
@@ -421,12 +427,12 @@
|
|
|
width: 186px;
|
|
|
position: absolute;
|
|
|
left: 50%;
|
|
|
- transform: translate(-50%, 0%);
|
|
|
+ transform: translate(-50%, 0%);
|
|
|
line-height: 34px;
|
|
|
padding: 24px;
|
|
|
background: #fff;
|
|
|
border-radius: 0px 0px 4px 4px;
|
|
|
- box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.08);
|
|
|
+ box-shadow: 0px 6px 8px 0px rgba(0,0,0,0.08);
|
|
|
font-size: 14px;
|
|
|
display: none;
|
|
|
text-align: left;
|
|
@@ -660,12 +666,12 @@
|
|
|
<form method="post" action="/jylab/supsearch/index.html" id="public_header">
|
|
|
<input class="jynav-search" autocomplete="off" placeholder="请输入您想要查询的招标信息" value="" type="text" name="keywords" />
|
|
|
<input type="hidden" name="searchvalue">
|
|
|
- <button class="public-nav-search" type="submit" onclick="zbSeatch('public_header')" ></button><i>|</i>
|
|
|
+ <button class="public-nav-search" type="submit" onclick="zbSeatch('public_header')" ></button><i>|</i>
|
|
|
<span class="public-nav-close search-close"></span>
|
|
|
</form>
|
|
|
</div>
|
|
|
<span class="jy_nav_searchBtn">
|
|
|
-
|
|
|
+
|
|
|
</span>
|
|
|
</div>
|
|
|
<div class="fr">
|
|
@@ -701,13 +707,13 @@
|
|
|
<span name="中标必听课"><a href="/jyxspc">中标必听课</a></span>
|
|
|
<span class="discount" name="招标文件解读"><a href="/bid/pc/page/bidfile_landpage">招标文件解读</a></span>
|
|
|
<span name="剑鱼文库"><a href="/swordfish/docs">剑鱼文库</a></span>
|
|
|
- <span name="bbx_0"><a href="/big/page/index?name=0#zb">中标预测</a></span>
|
|
|
- <span name="bbx_1"><a href="/big/page/index?name=bbx_1#qz">潜在客户挖掘</a></span>
|
|
|
- <span name="bbx_2"><a href="/big/page/index?name=bbx_2#qz">潜在合作伙伴挖掘</a></span>
|
|
|
- <span name="bbx_3"><a href="/big/page/index?name=bbx_3#jc">投标决策分析</a></span>
|
|
|
- <span name="bbx_4"><a href="/big/page/index?name=bbx_4#jc">竞争对手分析</a></span>
|
|
|
- <span name="bbx_5"><a href="/big/page/index?name=bbx_5#fx">市场分析</a></span>
|
|
|
- <span name="bbx_6"><a href="/big/page/index?name=bbx_6#fx">客户分析</a></span>
|
|
|
+ <span name="bbx_0"><a href="/big/page/index#jc">中标预测</a></span>
|
|
|
+ <span name="bbx_1"><a href="/big/page/index#qz">潜在客户挖掘</a></span>
|
|
|
+ <span name="bbx_2"><a href="/big/page/index?name=qz_1#qz">潜在合作伙伴挖掘</a></span>
|
|
|
+ <span name="bbx_3"><a href="/big/page/index#jc">投标决策分析</a></span>
|
|
|
+ <span name="bbx_4"><a href="/big/page/index#fx">竞争对手分析</a></span>
|
|
|
+ <span name="bbx_5"><a href="/big/page/index#fx">市场分析</a></span>
|
|
|
+ <span name="bbx_6"><a href="/big/page/index?name=fx_2#fx">客户分析</a></span>
|
|
|
</div>
|
|
|
</li>
|
|
|
<li name="联系我们">
|
|
@@ -835,14 +841,14 @@
|
|
|
el.style.background = 'rgba(255,255,255,'+ opa +')'
|
|
|
}else{
|
|
|
el.style.background = 'rgba(255,255,255,'+ baseOpa +')'
|
|
|
- }
|
|
|
+ }
|
|
|
if(firstPage){
|
|
|
firstPage = false;
|
|
|
firstTheme = el.getAttribute('data-theme')
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
}
|
|
|
function trySelectNav (name) {
|
|
|
try {
|
|
@@ -868,15 +874,13 @@
|
|
|
var isLightTheme = lightThemeRegs.some(function (v) {
|
|
|
return $href.indexOf(v) !== -1
|
|
|
})
|
|
|
-
|
|
|
+
|
|
|
if (isLightTheme || isEnableCheck.getAttribute('theme') === 'light') {
|
|
|
console.log(1234)
|
|
|
setNavTheme('light',1)
|
|
|
} else {
|
|
|
setNavTheme('dark')
|
|
|
}
|
|
|
- console.log('----$href----',window.location.pathname);
|
|
|
-
|
|
|
if(window.location.pathname == ('/swordfish/integral/index')){
|
|
|
setNavTheme('dark')
|
|
|
$("body").css({
|
|
@@ -902,7 +906,7 @@
|
|
|
if(isEnableCheck.content != '首页'){
|
|
|
$("#public-nav .iner .jy_nav_searchBtn").hide();
|
|
|
$("#public-nav .iner .search-box").fadeIn()
|
|
|
-
|
|
|
+
|
|
|
}
|
|
|
|
|
|
// 导航栏是否固定
|
|
@@ -916,7 +920,7 @@
|
|
|
}
|
|
|
}
|
|
|
navInit()
|
|
|
-
|
|
|
+
|
|
|
})();
|
|
|
function docScroll(e){
|
|
|
var $href = window.location.href;
|
|
@@ -938,11 +942,11 @@
|
|
|
$(".loginBtn").attr("onmouseout","this.style.borderColor='#fff'; this.style.color='#fff';");
|
|
|
}
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
}
|
|
|
window.addEventListener('scroll', docScroll, true)
|
|
|
-
|
|
|
-
|
|
|
+
|
|
|
+
|
|
|
|
|
|
$(function(){
|
|
|
|