Commit a01d1fff authored by denghr's avatar denghr

公众号样式

parent 76aa83f7
......@@ -42,7 +42,7 @@
</div>
<div class="addressBox">
<div class="addressLeft">
<img width="11" style="margin-right:5px" src="../../../../static/images/local.png" alt="" srcset="">
<img width="11" height="16" style="margin-right:5px" src="../../../../static/images/local.png" alt="" srcset="">
<div class="ellipsis" style="color:#666;font-size:11px;vertical-align: 2px;width:200px">{{item.address}}</div>
</div>
<div class="addressRight" @click="openAddress(item)">
......
......@@ -200,7 +200,7 @@
if(r){
$.ajax({
type: 'get',
url: 'http://api.map.baidu.com/geocoder/v2/?ak=wWYw0yCb8ntXmSgTxTx40vKR&callback=renderReverse&location=' + r.point.lat + ',' + r.point.lng + '&output=json&pois=1',
url: 'https://api.map.baidu.com/geocoder/v2/?ak=wWYw0yCb8ntXmSgTxTx40vKR&callback=renderReverse&location=' + r.point.lat + ',' + r.point.lng + '&output=json&pois=1',
async: false,
jsonp: "callback",
dataType: 'jsonp',
......
......@@ -42,7 +42,7 @@
</div>
<div class="addressBox">
<div class="addressLeft">
<img width="11" style="margin-right:5px" src="../../../../static/images/local.png" alt="" srcset="">
<img width="11" height="16" style="margin-right:5px" src="../../../../static/images/local.png" alt="" srcset="">
<div class="ellipsis" style="color:#666;font-size:11px;vertical-align: 2px;width:200px">{{item.address}}</div>
</div>
<div class="addressRight" @click="openAddress(item)">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment