| xqd
@@ -21,7 +21,7 @@
|
|
|
</div>
|
|
|
<div class="col-sm-4">
|
|
|
<div class="btn btn-primary" id="location-keyword-search">搜索</div>
|
|
|
- <div class="btn btn-success" id="my-location-btn">我的位置</div>
|
|
|
+ {{--<div class="btn btn-success" id="my-location-btn">我的位置</div>--}}
|
|
|
</div>
|
|
|
</div>
|
|
|
<div class="row">
|
| xqd
@@ -36,7 +36,7 @@
|
|
|
@section('footer')
|
|
|
<script type="text/javascript">
|
|
|
$(function() {
|
|
|
- var map = new qq.maps.Map(document.getElementById('location-container'),{
|
|
|
+ var map = new qq.maps.Map(document.getElementById('location-container'), {
|
|
|
center: new qq.maps.LatLng('{{ $lat }}', '{{ $lng }}'),
|
|
|
zoom: 13
|
|
|
});
|