正在显示
2 个修改的文件
包含
6 行增加
和
2 行删除
@@ -132,6 +132,10 @@ class WeixinController extends WeChatBaseController{ | @@ -132,6 +132,10 @@ class WeixinController extends WeChatBaseController{ | ||
132 | //查询显示首页logo | 132 | //查询显示首页logo |
133 | $logo = Db::name('slide_item') -> where('slide_id',1) -> find(); | 133 | $logo = Db::name('slide_item') -> where('slide_id',1) -> find(); |
134 | $this -> assign('logo',$logo); | 134 | $this -> assign('logo',$logo); |
135 | + | ||
136 | + $data = Db::name('map') -> where('id',1) -> find(); | ||
137 | + $this -> assign('data',$data); | ||
138 | + | ||
135 | return $this -> fetch(); | 139 | return $this -> fetch(); |
136 | 140 | ||
137 | } | 141 | } |
@@ -71,7 +71,7 @@ | @@ -71,7 +71,7 @@ | ||
71 | 71 | ||
72 | function createMap() { | 72 | function createMap() { |
73 | map = new BMap.Map("map"); | 73 | map = new BMap.Map("map"); |
74 | - map.centerAndZoom(new BMap.Point(114.180029, 22.336225), 15); | 74 | + map.centerAndZoom(new BMap.Point("{$data.jingdu}", "{$data.weidu}"), 15); |
75 | } | 75 | } |
76 | 76 | ||
77 | function setMapEvent() { | 77 | function setMapEvent() { |
@@ -90,7 +90,7 @@ | @@ -90,7 +90,7 @@ | ||
90 | function addMapOverlay() { | 90 | function addMapOverlay() { |
91 | var markers = [{ | 91 | var markers = [{ |
92 | // content: "我的备注", | 92 | // content: "我的备注", |
93 | - title: "<p class=“map_p1”>澳德綜合健康中心有限公司</p><p class=“map_p2”>地址 : 香港九龍灣臨澤街8號傲騰廣場<br>25樓</p>", | 93 | + title: "<p class=“map_p1”>{$data.title}</p><p class=“map_p2”>{$data.address}</p>", |
94 | imageOffset: { | 94 | imageOffset: { |
95 | width: -46, | 95 | width: -46, |
96 | height: -21 | 96 | height: -21 |
-
请 注册 或 登录 后发表评论