欢迎来到四川FB体育药业有限公司官方网站 !
公司形象
形象更美丽 实力更强大 发展更健康
The image is more beautiful, the strength is stronger, and the development is healthier
联系方式
CONTACT DETAILS
四川FB体育药业有限公司
公司地址 :成都高新区西部园区西芯大道15号
类别
联系电话
联系人
  • 人才招聘
    028-87826596
    严先生
  • 客户服务
    028-87825659 / 13980955646
    廖经理
  • 产品合作
    028-87825506 / 13808059333
    张总
  • 产品招商
    028-87826173 / 13518201036
    罗总
在线留言
Online message

采购供应 项目引进 产品资讯 人力资源咨询 生产合作

 
'; var opts = { width : 300, // 信息窗口宽度 height: 100, // 信息窗口高度 title : "四川FB体育药业有限公司" ,// 信息窗口标题 content: data_info, enableMessage:true,//设置允许信息窗发送短息 panel: "panel", //检索结果面板 enableAutoPan : true, //自动平移 searchTypes:[ BMAPLIB_TAB_SEARCH,//周边检索 BMAPLIB_TAB_TO_HERE,//到这里去 BMAPLIB_TAB_FROM_HERE//从这里出发 ] }; var point = new BMap.Point(103.962044,30.749538); console.log(point); map.centerAndZoom( point, 15); var marker = new BMap.Marker( point); //var myIcon = new BMap.Icon("public/images/point.png", new BMap.Size(68,73)); //var marker = new BMap.Marker( point,{icon:myIcon}); // 创建标注 var content = opts.content; map.addOverlay(marker); marker.setAnimation(BMAP_ANIMATION_BOUNCE); addClickHandler(content,marker); //addClickHandler2(content,point); function addClickHandler(content,marker){ marker.addEventListener("click",function(e){ var searchInfoWindow = new BMapLib.SearchInfoWindow(map, content, opts); searchInfoWindow.open(marker)} ); } function addClickHandler2(content,point){ marker.addEventListener("click",function(e){ var infoWindow = new BMap.InfoWindow(content,opts); map.openInfoWindow(infoWindow,point); //开启信息窗口 }); } $("#liuyan").Validform({ ajaxPost:true, tiptype:3, callback:function(data){ var info = $('#liuyan').serialize(); $.post('/fguestbook/order_add',info,function (re) { //data=JSON.parse(re); // alert(data.info); //console.log(re) msgshow(re.info); if(re.status){ setTimeout(function(){ locations.reload(); },2000); }else{ var d = new Date(); document.getElementById('verify').src='/code?'+d.getTime(); } },'json'); return false; } });