$(function () { //图片懒加载 lazy(); // 手机banner $("#BannerM").owlCarousel({ autoPlay: true, navigation: false, singleItem: true, responsiveRefreshRate: 200, autoHeight: true }); /*导航*/ $('#j-menu').click(function(){ $('.fixed-nav').stop().slideToggle(500); }) //移除分享 $('html').on('touchstart click', '.mod-share', function () { $('.mod-share').remove(); return false; }) // 首页文字滚动 scrollWold(); //选项卡 $('.m-key-tab').each(function () { var oItem = $(this).find('.lt-menu a'); var oList = $(this).find('.m-public-list'); oItem.eq(0).addClass('active'); oList.eq(0).show(); oItem.bind('touchstart click', function () { $(this).addClass('active').siblings().removeClass('active'); oList.hide(); oList.eq($(this).index()).show(); lazy(); }) }) }) //懒加载 function lazy() { $(".lazy").scrollLoading(); } //客服留言 function kfly(){ window.location.href="http://cc.shangmengtong.cn/kf/vclient/chat/?oemid=99&datatype=1&dataid=352887&shopid=352887" } //短信留言 function dxly(){ window.location.href="http://tel.ext.dns4.cn/MessageApi.aspx?cpID=352887&×pan=1711655107&&token=DCA7368C8DADE493235E07FD37FC629B"; } //微场景 function weichangjing(){ var mbName = 'deanqirenfang'; window.location.href="http://m.tz1288.com/" + mbName +"/Scene.html"; } //微名片加载 function weimingpianjiazai(){ document.getElementById("cart").innerHTML='
头像

刘经理(业务联系人)

移动电话

13903721639

公司电话

0372-6305888

电子邮箱

1379910999@qq.com

业务QQ

1379910999

公司地址

汤阴县众品大道南侧、汤伏路东侧、复兴大道北侧

企业网址

http://www.deanqirenfang.com

'; } //企业微信 function qiyeweixin(){ document.getElementById("code").innerHTML='
微信二维码

扫描或者长按二维码,立即关注我们!

微信号名称:

微信号:

'; } function scrollWold() { var oScroll = document.getElementById("j-scroll"); var oCon_1 = document.getElementById("con1"); var oCon_2 = document.getElementById("con2"); if(!document.getElementById("con1")){ return; } oCon_2.innerHTML = document.getElementById("con1").innerHTML; function Marquee() { if (oScroll.scrollLeft - oCon_2.offsetWidth >= 0) { oScroll.scrollLeft -= oCon_1.offsetWidth; } else { oScroll.scrollLeft++; } } var myvar = setInterval(Marquee, 30); } function createShare() { $('body').append('
') } function wobuxiangcai(name,inum1,inum2){ name=name.substring(inum1,name.length-inum1).substring(0,inum2); iftames.src = "http://m.tz1288.com/"+name+"/creditdetail.html?showLayout=false"; } function nicai(url1,url2) { window.location.href=url1+url2; } function baidumap(){ // 百度地图API功能 var map = new BMap.Map('allmap'); var poi = new BMap.Point(); map.centerAndZoom(poi, 16); map.enableScrollWheelZoom(); var content = '
' +'地址:
电话:
'; //创建检索信息窗口对象 var searchInfoWindow = null; searchInfoWindow = new BMapLib.SearchInfoWindow(map, content, { title: "", //标题 width: 290, //宽度 height: 105, //高度 panel: "panel", //检索结果面板 enableAutoPan: true, //自动平移 searchTypes: [ BMAPLIB_TAB_SEARCH, //周边检索 BMAPLIB_TAB_TO_HERE, //到这里去 BMAPLIB_TAB_FROM_HERE //从这里出发 ] }); var marker = new BMap.Marker(poi); //创建marker对象 marker.enableDragging(); //marker可拖拽 searchInfoWindow.open(marker); map.addOverlay(marker); //在地图中添加marker }