|
@@ -19,10 +19,11 @@
|
|
|
<script src="{{Msg "seo" "cdn"}}/js/rem.js?v={{Msg "seo" "version"}}"></script>
|
|
|
<script src="{{Msg "seo" "cdn"}}/mobiscroll/mobiscroll.min.js"></script>
|
|
|
{{include "/common/weixin.html"}}
|
|
|
-<script src="{{Msg "seo" "cdn"}}/wxswordfish/share.js?v={{Msg "seo" "version"}}"></script>
|
|
|
+<script type="text/javascript" src="http://api.map.baidu.com/api?v=2.0&ak=DD279b2a90afdf0ae7a3796787a0742e"></script>
|
|
|
+<script src="{{Msg "seo" "cdn"}}/wxswordfish/share.js?v={{Msg "seo" "version"}}1"></script>
|
|
|
<script src="{{Msg "seo" "cdn"}}/js/dropload.js?v={{Msg "seo" "version"}}"></script>
|
|
|
<script type="text/javascript" src="{{Msg "seo" "cdn"}}/js/wxEntsesearch.js?v={{Msg "seo" "version"}}"></script>
|
|
|
-<script type="text/javascript" src="{{Msg "seo" "cdn"}}/js/wxSupersearch.js?v={{Msg "seo" "version"}}1022"></script>
|
|
|
+<script type="text/javascript" src="{{Msg "seo" "cdn"}}/js/wxSupersearch.js?v={{Msg "seo" "version"}}112"></script>
|
|
|
<!--2.8-->
|
|
|
<link rel="stylesheet" href="{{Msg "seo" "cdn"}}/wx_dataExport/css/base_myorder.css?v={{Msg "seo" "version"}}1">
|
|
|
<link rel="stylesheet" href="{{Msg "seo" "cdn"}}/wx_dataExport/iconfont/iconfont.css?v={{Msg "seo" "version"}}">
|
|
@@ -65,7 +66,7 @@
|
|
|
$(function(){
|
|
|
//dev2.8.5
|
|
|
var swiper1 = new Swiper('#swiper1',{
|
|
|
- autoplay: 5000,
|
|
|
+ autoplay: 3000,
|
|
|
effect: 'fade',
|
|
|
pagination: '.swiper-pagination',
|
|
|
paginationClickable: true,
|
|
@@ -281,7 +282,7 @@
|
|
|
<div class="home">
|
|
|
<div class="top">
|
|
|
<div class="home_search">
|
|
|
- <div class="home_search_left">
|
|
|
+ <div class="home_search_left inp-search">
|
|
|
<img class="icon_search" src="/images/search/home_search.png" alt="">
|
|
|
<span>示例:税务局 软件</span>
|
|
|
</div>
|
|
@@ -292,14 +293,31 @@
|
|
|
<div class="home_banner">
|
|
|
<div class="swiper-container lunbo" id="swiper1">
|
|
|
<div class="swiper-wrapper">
|
|
|
- <div class="swiper-slide"><a href="#"><img src="/images/search/banner_1.png" alt=""></a></div>
|
|
|
- <div class="swiper-slide"><a href="#"><img src="/images/search/banner_2.png" alt=""></a></div>
|
|
|
- <div class="swiper-slide"><a href="#"><img src="/images/search/banner_3.png" alt=""></a></div>
|
|
|
+ <!--轮播广告-->
|
|
|
</div>
|
|
|
<div class="swiper-pagination custorm_dot"></div>
|
|
|
</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
+ {{$s_top:=(Ad "jy-wxsearch-home-top" -1)}}
|
|
|
+ <script>
|
|
|
+ $(function(){
|
|
|
+ SuperSearch.getHomeList()
|
|
|
+ })
|
|
|
+ var ADTopList={{$s_top}}
|
|
|
+ if (ADTopList!=null){
|
|
|
+ var adhtml = '';
|
|
|
+ for(var i=0;i<ADTopList.length;i++){
|
|
|
+ adhtml+='<div class="swiper-slide">'
|
|
|
+ +'<a href="'+ADTopList[i]["s_link"]+'">'
|
|
|
+ +'<img src="'+ADTopList[i]["s_pic"]+'" alt="">'
|
|
|
+ +'</a></div>'
|
|
|
+ }
|
|
|
+ if(adhtml!=""){
|
|
|
+ $(".home_banner .swiper-wrapper").html(adhtml);
|
|
|
+ }
|
|
|
+ }
|
|
|
+ </script>
|
|
|
<!-- 导航菜单 -->
|
|
|
<div class="home_tab">
|
|
|
<div class="tab_container">
|
|
@@ -365,20 +383,20 @@
|
|
|
<!--2.8.5 end-->
|
|
|
<!--<div onclick="window.location.href='/supportJy'" style="font-size:15px;background-color: #FFB900;line-height: 40px;z-index: 99;color: #fff;border-radius: 3px;bottom: 80px;right: 10px;left:10px;position: fixed;"><img src="/images/search/laba.png" style="width: 23px;margin:0px 10px;">好几天没有推送消息了,真相是......</div>-->
|
|
|
<!--头部-->
|
|
|
- <div class="search-header">
|
|
|
+ <div class="search-header hide">
|
|
|
<!--搜索-->
|
|
|
- <div class="search-tontrol">
|
|
|
- <div>
|
|
|
- <input class="inp-search" type="text" name="" value="" maxlength="50" placeholder="示例:税务局 软件" readonly/>
|
|
|
- </div>
|
|
|
- <!--点击关闭-->
|
|
|
- <span id="seaClose" class="close"></span>
|
|
|
- <a class="rightHref">
|
|
|
- </a>
|
|
|
+ <div class="search-tontrol">
|
|
|
+ <div>
|
|
|
+ <input class="inp-search" type="text" name="" value="" maxlength="50" placeholder="示例:税务局 软件" readonly/>
|
|
|
</div>
|
|
|
+ <!--点击关闭-->
|
|
|
+ <span id="seaClose" class="close"></span>
|
|
|
+ <a class="rightHref">
|
|
|
+ </a>
|
|
|
</div>
|
|
|
+ </div>
|
|
|
|
|
|
- <section class="content">
|
|
|
+ <section class="content hide">
|
|
|
<ul>
|
|
|
<li>
|
|
|
<a>
|
|
@@ -1089,23 +1107,23 @@
|
|
|
SuperSearch.init(true,true,true);
|
|
|
});
|
|
|
//点击帮助
|
|
|
- $(".rightHref").click(function(){
|
|
|
+ $(".home_search_right").click(function(){
|
|
|
window.open("http://mp.weixin.qq.com/mp/homepage?__biz=MzIyNTM1NDUyNw==&hid=2&sn=379fc869080a36d9d0798a3d4fb9a63a#wechat_redirect");
|
|
|
event.stopPropagation();
|
|
|
});
|
|
|
//数据导出页面
|
|
|
- $(".content ul li a:eq(1)").on('click', function () {
|
|
|
+ $(".tab_container a:eq(1)").on('click', function () {
|
|
|
window.location.href='/front/wx_dataExport/toSieve';
|
|
|
});
|
|
|
+ //剑鱼标讯
|
|
|
+ $(".tab_container a:eq(2)").on('click', function () {
|
|
|
+ window.location.href='/swordfish/historypush';
|
|
|
+ });
|
|
|
//APP下载跳转到关于剑鱼标讯
|
|
|
- $(".content ul li a:eq(2)").on('click', function () {
|
|
|
+ $(".tab_container a:eq(3)").on('click', function () {
|
|
|
// window.location.href='https://www.jianyu360.com/jyapp/free/download/normal?source=weixinAutoRpl';
|
|
|
window.location.href='/swordfish/about?flag=1&come=1';
|
|
|
});
|
|
|
- //拉新 2019-10-21 拉新活动结束 注释
|
|
|
- //$(".content ul li a:eq(3)").on('click', function () {
|
|
|
- // window.location.href='https://mp.weixin.qq.com/s/ACvQRxKeLYl_DuPuvvqIXQ';
|
|
|
- //});
|
|
|
//});
|
|
|
function checkIsOpen(){
|
|
|
$(".content ul li a:eq(0)").unbind("tap");
|
|
@@ -1115,7 +1133,7 @@
|
|
|
$.post("/jylab/supsearch/getstatus?t="+new Date().getTime(),function(result){
|
|
|
onceFlag_tablepro=result.tablepro;
|
|
|
//中标企业搜索跳转
|
|
|
- $(".content ul li a:eq(0)").on("tap",function(){
|
|
|
+ $(".tab_container a:eq(0)").on("tap",function(){
|
|
|
EntSearch.clearSessionStorage();
|
|
|
EntSearch.init(true,true,true);
|
|
|
});
|