From dbf0f67d191036c4992e8bf48d16fa9d1b341617 Mon Sep 17 00:00:00 2001 From: chenxiaojun <956334972@qq.com> Date: Mon, 21 Oct 2019 18:43:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=98=E7=BD=91->=E5=95=86=E5=8A=A1=E5=90=88?= =?UTF-8?q?=E4=BD=9C=E5=85=AC=E5=8F=B8=E5=9C=B0=E5=9D=80=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Media/View/default/Index/hezuo.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Application/Media/View/default/Index/hezuo.html b/Application/Media/View/default/Index/hezuo.html index 5b8c17049..88aa26251 100644 --- a/Application/Media/View/default/Index/hezuo.html +++ b/Application/Media/View/default/Index/hezuo.html @@ -6,7 +6,7 @@
-
公司地址:福建省福州市仓山区城门镇大浦路2号安德大厦A电梯五楼 联系人: 雷女士 联系电话: 13067391751
+
公司地址:福建省福州市鼓楼区福大怡山文化创意园11号楼103号 联系人: 雷女士 联系电话: 13067391751
邮政编码:350004
@@ -23,7 +23,7 @@ //创建地图函数: function createMap(){ var map = new BMap.Map("dituContent");//在百度地图容器中创建一个地图 - var point = new BMap.Point(119.36461610058595,26.002382945493657);//定义一个中心点坐标 + var point = new BMap.Point(119.277211920,26.079526844);//定义一个中心点坐标 map.centerAndZoom(point,18);//设定地图的中心点和坐标并将地图显示在地图容器中 window.map = map;//将map变量存储在全局 }