CINXE.COM
仪商库_“仪商汇”仪器仪表供应链管理平台~中国仪器仪表行业协会代理商分会强力推荐平台
<!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>仪商库_“仪商汇”仪器仪表供应链管理平台~中国仪器仪表行业协会代理商分会强力推荐平台</title> <link rel="shortcut icon" href="favicon.ico" type="image/x-icon" /> <link rel="icon" type="image/x-icon" href="favicon.ico"> <script src="/content/scripts/uaredirect.js" type="text/javascript"></script> <script type="text/javascript">uaredirect("https://m.1718china.cn/");</script> <link href="/content/plugins/layui/css/layui.css" rel="stylesheet"/> <link href="/content/css/iconfont20230505.css" rel="stylesheet"/> <link href="/content/css/platform.css" rel="stylesheet"/> <script src="/content/scripts/jquery.js"></script> <script src="/content/plugins/layui/layui.js"></script> <script src="/content/scripts/topback.js"></script> <link type="text/css" rel="stylesheet" href="/content/css/newEdition.css?v=20250410153031443" /> <script src="/content/scripts/shoppingMallCommon.js?v=20250410153031443"></script> <script> //写入token var token = localStorage.getItem("token"); if (token == "" || token != "") { localStorage.setItem("token", ""); } var sslsite = "https:"; if (window.location.protocol != sslsite && window.location.host.indexOf("localhost") == -1) { window.location.href = sslsite + window.location.href.substring(window.location.protocol.length); } </script> </head> <body> <div class="top_wrap"> <div class="home-header-top"> <div class="main-box"> <p class="left"> 您好,欢迎来到仪商汇! <a class="special" onclick="goUrl('login')">请登录</a> <a onclick="goUrl('register')">免费注册</a> </p> <div class="right"> <ul> <li onclick="window.location=window.location.origin">仪商汇首页</li> <li onclick="_isLogin('https://passport.1718china.cn/', '/ShoppingCart')">购物车<em class="set-shop-cart-num"></em></li> <li onclick="_isLogin('https://passport.1718china.cn/', '/ucenter/home')">进入我的仪商汇</li> </ul> <div class="tel">010-51285752</div> </div> </div> </div> <script src="/content/scripts/YzsmApi.js?v=20250410153031443"></script> <script> var Api = new Api(); $(function () { var token = localStorage.getItem("token"); if (token != "" && token == "") { getShopCartNum(); } $('.home-header-top .user-menu .tel').on('click', function () { let parentDom = $(this).parent(); if (parentDom.hasClass('active')) { parentDom.removeClass('active'); $(this).find(".iconfont").removeClass('icon-shangjiantou').addClass('icon-xiajiantou'); } else { parentDom.addClass('active'); $(this).find(".iconfont").removeClass('icon-xiajiantou').addClass('icon-shangjiantou'); } }); }); //获取购物车数量 function getShopCartNum() { Api.get("https://m.1718china.cn/api/PlaceOrder/GetShoppingCartNum", {}, function (res) { if(res.errCode == 200 && res.data > 0){ $(document).find('.set-shop-cart-num').text(res.data).css('display','block'); } }); } function goUrl(type) { var _back_page = "?appId=300000&redirectURL=" + encodeURIComponent(window.location.origin) if (type == "login") { window.location = "https://passport.1718china.cn/login" + _back_page; return false; } else if (type == "register") { window.location = "https://passport.1718china.cn/login/register" + _back_page; return false; } else if (type == "logout") { localStorage.removeItem("token"); window.location = "https://passport.1718china.cn/logout" + _back_page; } else { var _source = type==""?"":"?sourceType="+type; window.location = "https://www.1718china.cn/ucenter/home" + _source; } $('.home-header-top .user-menu').removeClass('active') .find('.tel .iconfont').removeClass('icon-shangjiantou').addClass('icon-xiajiantou'); } </script> <div class="ysh-menu-box"> <div class="main-box"> <div class="gudkuan"> <div class="logo" onclick="window.location=window.location.origin"> <img src="/content/img/platform/logo1.png"> </div> <div class="center-box"> <div class="search" id="clickSearch"> <input type="text" placeholder="请输入商品名称等关键字" /> <span><i class="iconfont icon-chaxun"></i>搜索</span> </div> <ul id="hotBox"></ul> </div> <div class="right-box"> <a class="cgdan" onclick="_isLogin('https://passport.1718china.cn/', '/ucenter/home?sourceType=yshAddDemand')"> <img src="/content/img/xt05.png" width="19" height="19" />发布采购单 </a> <a onclick="_isLogin('https://passport.1718china.cn/', '/ShoppingCart')"> <img src="/content/img/xt06.png" width="19" height="19" />我的购物车 <i class="num set-shop-cart-num"></i> </a> </div> </div> <div class="gudkuan"> <div class="qbflbt" onclick="openAllCategory()">全部分类</div> <div class="dhtwk" id="homeMenu"> <a href="/">首页</a> <a href="/Seckill">清仓</a> <a href="/Exclusive">独家授权</a> <a href="javascript:;" onclick="bindClickPage('/Finance/Home')">融资租赁</a> <a href="https://express.1718china.cn/web/" target="_blank">物流服务</a> <a href="https://data.1718china.com" target="_blank">大数据服务</a> <ul class="finance-menu" style="left: 312px;"> <li onclick="bindClickPage('')">企业资料</li> <li onclick="bindClickPage('/Project')">我的项目</li> </ul> </div> </div> </div> </div> </div> <div class="main-box"> <div class="all-categories-wrap"> <ul class="categoryItem" id="categoriesAll"> </ul> <div class="categoryContent" id="categoriesChild"> </div> </div> </div> <script src="/content/scripts/YzsmApi.js?v=20250410153031443"></script> <script src="/content/scripts/rzApi.js?v=20250410153031443"></script> <script> var Api = new Api(); var rzApi = new rzApi(); var categoriesAllData = []; var isOpenCategory = false; var cmpyState = {}; var isCmpyIsAudit = false; $(function () { let $homeMenuDome = $("#homeMenu a"); let _pathName = window.location.pathname; if (_pathName.indexOf("/Index") > -1 || _pathName == "/") { $homeMenuDome.eq(0).addClass('active'); $('.all-categories-wrap').show().css("position",'absolute'); }else{ isOpenCategory = true; for (var i = 0; i < $homeMenuDome.length; i++) { var _href = $homeMenuDome.eq(i).attr("href"); if(_pathName.indexOf('/Finance') > -1){ $homeMenuDome.eq(3).addClass('active'); }else{ if (_pathName == _href) { $homeMenuDome.eq(i).addClass('active'); } } } } $homeMenuDome.on('mouseenter', function(){ if($(this).text() == "融资租赁"){ $(".finance-menu").show(); }else{ $(".finance-menu").hide(); } }); $(document).on('mouseleave', '.finance-menu', function(){ $(".finance-menu").hide() }); getCheckIsCmpyIsAudit(); GetCateAll(); GetSearchList(); $("#clickSearch span").click(function(){ var val = $(this).parent().find("input").val(); if($.trim(val) != ""){ window.location = "/MallSearch?keyword="+$.trim(val); } }); $(document).on('mouseleave', '.all-categories-wrap, #categoriesChild', function () { $("#categoriesChild").hide(); $('.all-categories-wrap #categoriesAll li').removeClass('active'); }); }); function goCmpyAudit(){ // 状态:-1删除、0编辑、1待审、2审核成功、3审核失败、4已失效 if (cmpyState.key == 1 || cmpyState.key == 3 || cmpyState.key == 4) { window.open(window.location.origin + '/Ucenter/home?sourceType=FinanceStatus'); } else { window.open(window.location.origin + '/Ucenter/home?sourceType=FinanceAuth'); } } function getCheckIsCmpyIsAudit() { var token = localStorage.getItem("token"); if (token == "" || token == undefined) return false; //是否认证企业 Api.post("https://m.1718china.cn/api/Company/CheckCompanyIsAudit", {}, function (res) { isCmpyIsAudit = res.data; if(!res.data){ $("#homeMenu").append('<a href="/ucenter/home?sourceType=UserCmpy">企业入驻</a>'); }else{ if( window.location.pathname.indexOf('/Finance') > -1){ isFinanceCmpyAudit(); } } }); } //判断融资租赁是否企业认证 function isFinanceCmpyAudit(){ rzApi.get("https://finance.1718china.cn/api/Tenantry/GetTenantryStatus", {}, function(res){ cmpyState = res.data; }); } function bindClickPage(_url){ var token = localStorage.getItem("token"); if (token == "" || token == undefined) { if(_url == "") _url = "/Finance/Home"; _isLogin('https://passport.1718china.cn/', _url); // window.location = "https://passport.1718china.cn/login?appId=300000&redirectURL=" + encodeURIComponent(window.location.origin) return false; } if(isCmpyIsAudit == false){ layer.open({ title: "企业认领", type: 2, area: ['800px', '650px'], content: "https://passport.1718china.cn/"+"company/companyInfo?appId=300000", }); }else{ if(_url == ""){ goCmpyAudit(); return false; } else { if (_url == "/Project") { //window.open(window.location.origin + '/Ucenter/home?sourceType=FinanceProject'); //pgopen('我的申请', '/ucenter/Finance/Project', 'menu_800', '802'); window.location = window.location.origin + '/Ucenter/home?sourceType=FinanceProject'; } else { window.location = _url; } } } } function openAllCategory(){ if(!isOpenCategory) { if($(window).scrollTop() > 500){ $('body,html').animate({scrollTop:0},1000); } return false; } if($('.all-categories-wrap').is(":hidden")){ $('.all-categories-wrap').show().css("position",'fixed'); }else{ $('.all-categories-wrap').hide().find('#categoriesAll li').removeClass('active'); $("#categoriesChild").hide(); } } //分类:一级菜单 function bindFirstMenu(cateId, $this){ if($($this).hasClass('active')){ $($this).removeClass('active'); $("#categoriesChild").hide(); return false; } $($this).addClass('active').siblings().removeClass('active'); clickCategory(cateId); } //分类:子级菜单 function bindChildMenu(cateId){ window.location.href='/MallSearch?cateId='+cateId; $("#categoriesAll li").removeClass('active'); $("#categoriesChild").hide(); } //热门搜索 function GetSearchList(){ Api.get("https://m.1718china.cn/api/SearchAll/GetSearchList", {}, function (res) { var _html = ""; res.data.hotList.forEach((item, i) => { _html += '<li>'+item; if(i == 0){ _html += '<img src="/content/img/xt04.png" width="20" height="10" />'; } _html += '</li>'; }) $("#hotBox").html(_html); }); } function clickCategory(cateId){ categoriesAllData.forEach(item => { if(item.cateId == cateId){ var two = ""; item.childrenList.forEach(child => { var three = ""; if(child.childrenList != null){ child.childrenList.forEach(t => { three += '<li onclick="bindChildMenu('+t.cateId+', this)">'+t.cateName+'</li>'; }); } two += '<div class="item">'+ '<h3>'+child.cateName+'</h3>'+ '<ul>'+ three + '</ul>'+ '</div>'; }); $("#categoriesChild").html(two).show(); } }) } function GetCateFirstList(){ Api.get("https://m.1718china.cn/api/ProductCate/GetCateFirstList", {}, function (res) { var _html = ""; res.data.forEach(item => { _html += '<li class="categoryName" onclick="bindFirstMenu('+item.cateId+', this)">'+item.cateName+'<i class="iconfont icon-zuojiantou"></i></li>'; }) $("#categoriesAll").html(_html); }); } function GetCateAll(){ Api.get("https://m.1718china.cn/api/ProductCate/GetProductCateList", {}, function (res) { categoriesAllData = res.data; GetCateFirstList(); }); } </script> <div class="center_wrap"> <div class="banner"><div class="rjdt7"></div></div> <div style="background-color:#fff"> <div class="dtt" style="padding-top:50px;"> <input type="button" value="“仪商汇”供应商合作伙伴" class="jxs"> <div class="clearfix"></div> </div> <div class="clearfix"></div> <div class="ditu" style="border-bottom:0px;"> <div class="map"> <img src="/content/img/platform/map.jpg" width="716" height="595" usemap="#Map" border="0" /> <div class="city"> <div class="citybg" style="background:url(/content/img/platform/anhui.png) no-repeat 0 0; top:314px; left:523px; width:75px; height:90px;"></div> <a href="javascript:void(0)" onclick="work(this)" style="position:absolute; top:355px; left:545px; z-index:10;">安徽</a> </div> <div class="city"> <div class="citybg" style="background:url(/content/img/platform/neimeng.png) no-repeat 0 0; top:9px; left:296px; width:318px; height:272px;"></div> <a href="javascript:void(0)" onclick="work(this)" style="position:absolute; top:211px; left:424px; z-index:10;">内蒙</a> </div> <div class="city"> <div class="citybg" style="background:url(/content/img/platform/heilongjiang.png) no-repeat 0 0; top:1px; left:550px; width:165px; height:151px;"></div> <a href="javascript:void(0)" onclick="work(this)" style="position:absolute;top:81px; left:624px; z-index:10;">黑龙江</a> </div> <div class="city"> <div class="citybg" style="background:url(/content/img/platform/xinjiang.png) no-repeat 0 0; top:73px; left:0px; width:292px; height:223px;"></div> <a href="javascript:void(0)" onclick="work(this)" style="position:absolute;top:211px; left:124px; z-index:10;">新疆</a> </div> <div class="city"> <div class="citybg" style="background:url(/content/img/platform/xizang.png) no-repeat 0 0; top:275px; left:31px; width:281px; height:175px;"></div> <a href="javascript:void(0)" onclick="work(this)" style="position:absolute;top:361px; left:145px; z-index:10;">西藏</a> </div> <div class="city"> <div class="citybg" style="background:url(/content/img/platform/qinghai.png) no-repeat 0 0; top:240px; left:182px; width:185px; height:135px;"></div> <a href="javascript:void(0)" onclick="work(this)" style="position:absolute;top:300px; left:254px; z-index:10;">青海</a> </div> <div class="city"> <div class="citybg" style="background:url(/content/img/platform/gansu.png) no-repeat 0 0; top:187px; left:236px; width:207px; height:177px;"></div> <a href="javascript:void(0)" onclick="work(this)" style="position:absolute;top:310px; left:364px; z-index:10;">甘肃</a> </div> <div class="city"> <div class="citybg" style="background:url(/content/img/platform/ningxia.png) no-repeat 0 0; top:245px; left:379px; width:49px; height:75px;"></div> <a href="javascript:void(0)" onclick="work(this)" style="position:absolute;top:272px; left:390px; z-index:10;">宁夏</a> </div> <div class="city"> <div class="citybg" style="background:url(/content/img/platform/shanghai.png) no-repeat 0 0; top:354px; left:610px; width:23px; height:22px;"></div> <a href="javascript:void(0)" onclick="work(this)" style="position:absolute;top:352px; left:606px; z-index:10;">上海</a> </div> <div class="city"> <div class="citybg" style="background:url(/content/img/platform/liaoning.png) no-repeat 0 0; top:161px; left:557px; width:91px; height:87px;"></div> <a href="javascript:void(0)" onclick="work(this)" style="position:absolute;top:180px; left:600px; z-index:10;">辽宁</a> </div> <div class="city"> <div class="citybg" style="background:url(/content/img/platform/guangdong.png) no-repeat 0 0; top:470px; left:464px; width:111px; height:88px;"></div> <a href="javascript:void(0)" onclick="work(this)" style="position:absolute;top:490px; left:500px; z-index:10;">广东</a> </div> <div class="city"> <div class="citybg" style="background:url(/content/img/platform/guangxi.png) no-repeat 0 0; top:454px; left:382px; width:118px; height:92px;"></div> <a href="javascript:void(0)" onclick="work(this)" style="position:absolute;top:488px; left:432px; z-index:10;">广西</a> </div> <div class="city"> <div class="citybg" style="background:url(/content/img/platform/henan.png) no-repeat 0 0; top:288px; left:461px; width:118px; height:92px;"></div> <a href="javascript:void(0)" onclick="work(this)" style="position:absolute;top:320px; left:490px; z-index:10;">河南</a> </div> <div class="city"> <div class="citybg" style="background:url(/content/img/platform/shanxi.png) no-repeat 0 0; top:242px; left:396px; width:79px; height:134px;"></div> <a href="javascript:void(0)" onclick="work(this)" style="position:absolute;top:321px; left:430px; z-index:10;">陕西</a> </div> <div class="city"> <div class="citybg" style="background:url(/content/img/platform/shanxi2.png) no-repeat 0 0; top:219px; left:458px; width:56px; height:112px;"></div> <a href="javascript:void(0)" onclick="work(this)" style="position:absolute;top:271px; left:470px; z-index:10;">山西</a> </div> <div class="city"> <div class="citybg" style="background:url(/content/img/platform/hebei.png) no-repeat 0 0; top:184px; left:497px; width:85px; height:118px;"></div> <a href="javascript:void(0)" onclick="work(this)" style="position:absolute;top:247px; left:508px; z-index:10;">河北</a> </div> <div class="city"> <div class="citybg" style="background:url(/content/img/platform/jilin.png) no-repeat 0 0; top:113px; left:575px; width:125px; height:88px;"></div> <a href="javascript:void(0)" onclick="work(this)" style="position:absolute;top:150px; left:642px; z-index:10;">吉林</a> </div> <div class="city"> <div class="citybg" style="background:url(/content/img/platform/beijing.png) no-repeat 0 0; top:210px; left:512px; width:50px; height:38px;"></div> <a href="javascript:void(0)" onclick="work(this)" style="position:absolute;top:215px; left:515px; z-index:10;">北京</a> </div> <div class="city"> <div class="citybg" style="background:url(/content/img/platform/tianjin.png) no-repeat 0 0; top:224px; left:535px; width:26px; height:34px;"></div> <a href="javascript:void(0)" onclick="work(this)" style="position:absolute;top:229px; left:535px; z-index:10;">天津</a> </div> <div class="city"> <div class="citybg" style="background:url(/content/img/platform/shandong.png) no-repeat 0 0; top:256px; left:521px; width:103px; height:68px;"></div> <a href="javascript:void(0)" onclick="work(this)" style="position:absolute;top:281px; left:540px; z-index:10;">山东</a> </div> <div class="city"> <div class="citybg" style="background:url(/content/img/platform/jiangsu.png) no-repeat 0 0; top:305px; left:539px; width:93px; height:72px;"></div> <a href="javascript:void(0)" onclick="work(this)" style="position:absolute;top:321px; left:570px; z-index:10;">江苏</a> </div> <div class="city"> <div class="citybg" style="background:url(/content/img/platform/hainan.png) no-repeat 0 0; top:556px; left:442px; width:89px; height:88px;"></div> <a href="javascript:void(0)" onclick="work(this)" style="position:absolute;top:565px; left:450px; z-index:10;">海南</a> </div> <div class="city"> <div class="citybg" style="background:url(/content/img/platform/hubei.png) no-repeat 0 0; top:345px; left:438px; width:115px; height:75px;"></div> <a href="javascript:void(0)" onclick="work(this)" style="position:absolute;top:365px; left:480px; z-index:10;">湖北</a> </div> <div class="city"> <div class="citybg" style="background:url(/content/img/platform/yunnan.png) no-repeat 0 0; top:412px; left:280px; width:132px; height:138px;"></div> <a href="javascript:void(0)" onclick="work(this)" style="position:absolute;top:485px; left:320px; z-index:10;">云南</a> </div> <div class="city"> <div class="citybg" style="background:url(/content/img/platform/sichuan.png) no-repeat 0 0; top:328px; left:284px; width:161px; height:143px;"></div> <a href="javascript:void(0)" onclick="work(this)" style="position:absolute;top:385px; left:345px; z-index:10;">四川</a> </div> <div class="city"> <div class="citybg" style="background:url(/content/img/platform/guizhou.png) no-repeat 0 0; top:409px; left:367px; width:93px; height:81px;"></div> <a href="javascript:void(0)" onclick="work(this)" style="position:absolute;top:445px; left:405px; z-index:10;">贵州</a> </div> <div class="city"> <div class="citybg" style="background:url(/content/img/platform/taiwan.png) no-repeat 0 0; top:456px; left:613px; width:32px; height:65px;"></div> <a href="javascript:void(0)" onclick="work(this)" style="position:absolute;top:475px; left:620px; z-index:10;">台湾</a> </div> <div class="city"> <div class="citybg" style="background:url(/content/img/platform/fujian.png) no-repeat 0 0; top:415px; left:548px; width:70px; height:84px;">、</div> <a href="javascript:void(0)" onclick="work(this)" style="position:absolute;top:445px; left:565px; z-index:10;">福建</a> </div> <div class="city"> <div class="citybg" style="background:url(/content/img/platform/hunan.png) no-repeat 0 0; top:394px; left:445px; width:83px; height:96px;"></div> <a href="javascript:void(0)" onclick="work(this)" style="position:absolute;top:425px; left:475px; z-index:10;">湖南</a> </div> <div class="city"> <div class="citybg" style="background:url(/content/img/platform/zhejiang.png) no-repeat 0 0; top:367px; left:574px; width:62px; height:70px;"></div> <a href="javascript:void(0)" onclick="work(this)" style="position:absolute;top:395px; left:588px; z-index:10;">浙江</a> </div> <div class="city"> <div class="citybg" style="background:url(/content/img/platform/jiangxi.png) no-repeat 0 0; top:390px; left:513px; width:76px; height:98px;"></div> <a href="javascript:void(0)" onclick="work(this)" style="position:absolute;top:425px; left:525px; z-index:10;">江西</a> </div> <div class="city"> <div class="citybg" style="background:url(/content/img/platform/chongqing.png) no-repeat 0 0; top:363px; left:397px; width:70px; height:80px;"></div> <a href="javascript:void(0)" onclick="work(this)" style="position:absolute;top:390px; left:420px; z-index:10;">重庆</a> </div> </div> <div class="cszs"> <h2 id="titleStr">全部企业列表<label id="count" style="color:red;float:right;"></label></h2> <ul id="caigoushang" style="height: 539px;overflow-y: auto;"></ul> </div> </div> <div class="case"> <div class="pro" id="cmpyList"> </div> <div id="pagebar" style="margin-right:24px;float:right;"></div> </div> </div> </div> <div class="dingbu"> <div class="dibu-nk"> <div class="dibu-nk-zuo"> <p> <a href="/aboutus">关于仪商汇</a> <span>|</span> <a href="/news">仪商动态</a> <span>|</span> <a href="/service">仪商服务</a> <span>|</span> <a href="/library">仪商库</a> <span>|</span> <a href="/checkin">入驻申请</a> <span>|</span> <a href="/league">运营加盟</a> <span>|</span> <a href="https://express.1718china.cn/web/">仪商汇快运</a> </p> <p> 京ICP备17051294号-1 <a target="_blank" href="http://www.beian.gov.cn/portal/registerSystemInfo?recordcode=11010802029219"><img src="/Content/img/gaba.png" />京公网安备 11010802029219号</a> ©2025 仪众宏鑫(北京)国际贸易有限责任公司 版权所有 <br> 地址:北京市怀柔区北房镇幸福西街3号1幢101室 </p> <div class="img"> <p>中国仪器仪表行业协会代理商分会 指导推荐采购平台</p> <img src="/Content/img/zx-65.jpg" /> <script type="text/javascript"> var cnzz_protocol = (("https:" == document.location.protocol) ? "https://" : "http://"); document.write(unescape("%3Cspan id='cnzz_stat_icon_1276832801'%3E%3C/span%3E%3Cscript src='" + cnzz_protocol + "s23.cnzz.com/z_stat.php%3Fid%3D1276832801%26show%3Dpic' type='text/javascript'%3E%3C/script%3E")); </script> </div> </div> <div class="dibu-nk-you"> <div class="dianhuahm"><p>服务热线</p>010-51285752</div> <div class="gzh"><img src="/content/img/platform/gzh.png" width="70" height="70"><p>仪商汇公众号</p></div> </div> </div> </div> <link href="/Content/plugins/layui/css/layui.css" rel="stylesheet" /> <script src="/content/scripts/jquery.js"></script> <script src="/content/mobile/js/mui.min.js"></script> <script src="/content/plugins/bootstrap/bootstrap.js"></script> <script src="/content/plugins/bootstrap/validator/js/bootstrapValidator.js"></script> <script src="/content/plugins/bootstrap/bootstrap3-typeahead.js"></script> <script src="/content/plugins/layui/layui.js"></script> <script src="/content/mobile/js/common.js"></script> <script type="text/javascript" src="/content/scripts/jqnav.js"></script> <script> $(function () { work(); }) function work(target) { var keyword = $(target).text(); $("#titleStr").html(keyword == "" ? '全部企业列表<label id="count" style="color:red;float:right;"></label>' : keyword + '企业列表<label id="count" style="color:red;float:right;"></label>'); ajaxHandler("/home/GetPcIndexAddressCmpy", { address: keyword }, function (data) { html = ""; if (data.data.length == 0) { html += ' <li><a>该地区暂无经销商信息</a></li>'; } else { $.each(data.data, function (i, item) { html += ' <li><a>' + item.cmpyName + '</a></li>'; }); } var count = "共" + data.data.length + "家"; $("#count").html(count); $("#caigoushang").html(html); }) } $(function () { /////原--企业列表接口 //ajaxHandler("/home/LoGoListDo", { type0: 0, type1:1 }, function (data) { // if (data.count == 0) { // $(".pro").html("<div class=\"tp\">暂无信息</div>"); // } // var html = ""; // $.each(data.data, function (i, item) { // html += ' <div class="tp"><a href="' + item.Url + '" target="_blank"><img src="' + item.Img + '" height="60"/></a></div>'; // }); // $(".pro").html(html); //}) /////新--企业列表接口 var paramData = { limit: 24, page: 1 }; GetCmpyParams(paramData); }) //////新--企业列表接口 function GetCmpyParams(paramData) { $.ajax({ url: "/home/GetCmpyList", type: 'get', data: paramData, async: false, success: function (data, textStatus) { $("#cmpyList").html(data); layui.use(['laypage'], function () { layui.laypage.render({ elem: 'pagebar', limit: paramData.limit, limits: [12, 24, 36, 48, 60], prev: '<i><</i>', next: '<i>></i>', curr: paramData.page, count: $("#txtTotalPage").val(), theme: "btn", layout: ['prev', 'page', 'next', 'skip', 'count', 'limit'], jump: function (obj, first) { if (!first) { console.log(obj.curr); var paramData = { limit: obj.limit, page: obj.curr }; GetCmpyParams(paramData); } } }); }); }, error: function (textStatus) { layer.alert('请求失败,请联系管理员处理', { title: '提示', icon: 5, skin: 'layui-layer-lan' }) } }); } </script> </body> </html>