|
@@ -24,11 +24,6 @@
|
|
{{include "/common/js.html"}}
|
|
{{include "/common/js.html"}}
|
|
<script src='{{Cdns .Host "seo" "cdn"|SafeUrl}}/jyapp/local/dropload.js'></script>
|
|
<script src='{{Cdns .Host "seo" "cdn"|SafeUrl}}/jyapp/local/dropload.js'></script>
|
|
<title>搜索</title>
|
|
<title>搜索</title>
|
|
- <script>
|
|
|
|
- try{
|
|
|
|
- JyObj.hiddenBottom("1");
|
|
|
|
- }catch(e){}
|
|
|
|
- </script>
|
|
|
|
</head>
|
|
</head>
|
|
<body class="p13" id="home_main" data-weui-theme="light">
|
|
<body class="p13" id="home_main" data-weui-theme="light">
|
|
<style>
|
|
<style>
|
|
@@ -175,10 +170,10 @@
|
|
<div class="jy_sprite_home_icon icon_1"></div>
|
|
<div class="jy_sprite_home_icon icon_1"></div>
|
|
<span>投标决策</span>
|
|
<span>投标决策</span>
|
|
</a>
|
|
</a>
|
|
- <!-- <a class="tab_item" data-only-name="潜在项目预测" id="mainSearch-tab2">
|
|
|
|
|
|
+ <a class="tab_item" data-only-name="潜在项目预测" id="mainSearch-tab2">
|
|
<div class="jy_sprite_home_icon_add icon_9"></div>
|
|
<div class="jy_sprite_home_icon_add icon_9"></div>
|
|
<span>潜在项目预测</span>
|
|
<span>潜在项目预测</span>
|
|
- </a> -->
|
|
|
|
|
|
+ </a>
|
|
<a class="tab_item" data-only-name="中标企业预测" id="mainSearch-tab3">
|
|
<a class="tab_item" data-only-name="中标企业预测" id="mainSearch-tab3">
|
|
<div class="jy_sprite_home_icon icon_3"></div>
|
|
<div class="jy_sprite_home_icon icon_3"></div>
|
|
<span>中标企业预测</span>
|
|
<span>中标企业预测</span>
|
|
@@ -190,11 +185,7 @@
|
|
<a class="tab_item" data-only-name="剑鱼文库" id="">
|
|
<a class="tab_item" data-only-name="剑鱼文库" id="">
|
|
<div class="jy_sprite_home_icon icon_2"></div>
|
|
<div class="jy_sprite_home_icon icon_2"></div>
|
|
<span>剑鱼文库</span>
|
|
<span>剑鱼文库</span>
|
|
- </a>
|
|
|
|
- <a class="tab_item" data-only-name="剑鱼伙伴" id="mainSearch-tab2">
|
|
|
|
- <div class="jy_sprite_home_icon_add icon_9"></div>
|
|
|
|
- <span>剑鱼伙伴</span>
|
|
|
|
- </a>
|
|
|
|
|
|
+ </a>
|
|
</div>
|
|
</div>
|
|
<div class="tab_container">
|
|
<div class="tab_container">
|
|
<a class="tab_item" data-only-name="数据导出" id="mainSearch-tab5">
|
|
<a class="tab_item" data-only-name="数据导出" id="mainSearch-tab5">
|
|
@@ -957,17 +948,17 @@
|
|
}
|
|
}
|
|
break
|
|
break
|
|
}
|
|
}
|
|
- // case '潜在项目预测': {
|
|
|
|
- // sessionStorage.setItem('landinfo', JSON.stringify({
|
|
|
|
- // anchor: '潜在项目预测'
|
|
|
|
- // }))
|
|
|
|
- // if ($this.attr('data-access')) {
|
|
|
|
- // window.location.href = '/jyapp/big/page/forecast_list';
|
|
|
|
- // } else {
|
|
|
|
- // location.href = '/jyapp/big/page/landingPage';
|
|
|
|
- // }
|
|
|
|
- // break
|
|
|
|
- // }
|
|
|
|
|
|
+ case '潜在项目预测': {
|
|
|
|
+ sessionStorage.setItem('landinfo', JSON.stringify({
|
|
|
|
+ anchor: '潜在项目预测'
|
|
|
|
+ }))
|
|
|
|
+ if ($this.attr('data-access')) {
|
|
|
|
+ window.location.href = '/jyapp/big/page/forecast_list';
|
|
|
|
+ } else {
|
|
|
|
+ location.href = '/jyapp/big/page/landingPage';
|
|
|
|
+ }
|
|
|
|
+ break
|
|
|
|
+ }
|
|
case '中标企业预测': {
|
|
case '中标企业预测': {
|
|
sessionStorage.setItem('landinfo', JSON.stringify({
|
|
sessionStorage.setItem('landinfo', JSON.stringify({
|
|
anchor: '中标企业预测'
|
|
anchor: '中标企业预测'
|
|
@@ -1018,24 +1009,6 @@
|
|
}
|
|
}
|
|
break
|
|
break
|
|
}
|
|
}
|
|
- case '剑鱼伙伴': {
|
|
|
|
- if(userId==""){
|
|
|
|
- window.location.href='/jyapp/free/login?back=index';
|
|
|
|
- }else{
|
|
|
|
- $.ajax({
|
|
|
|
- url: '/distribution/partner/isPartner?t=' + new Date().getTime(),
|
|
|
|
- type: 'POST',
|
|
|
|
- success: function (r) {
|
|
|
|
- if (r.isPartner) {
|
|
|
|
- window.location.href = "/page_partner/home"
|
|
|
|
- } else {
|
|
|
|
- window.location.href = "/page_partner/partner/partner.html" // 协议页面
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- })
|
|
|
|
- }
|
|
|
|
- break
|
|
|
|
- }
|
|
|
|
case '签到': {
|
|
case '签到': {
|
|
if(userId==""){
|
|
if(userId==""){
|
|
window.location.href='/jyapp/free/login?back=index';
|
|
window.location.href='/jyapp/free/login?back=index';
|