|
@@ -261,9 +261,9 @@ export default {
|
|
|
getAddress(res.longitude, res.latitude).then(res => {
|
|
|
//初始化地址信息
|
|
|
console.log("++++++++++初始化地址信息++++++++++++", res)
|
|
|
- if (res.result.address_component.city.indexOf('上海') === -1){
|
|
|
- that.showTips= true;
|
|
|
- }
|
|
|
+ // if (res.result.address_component.city.indexOf('上海') === -1){
|
|
|
+ // that.showTips= true;
|
|
|
+ // }
|
|
|
that.positionInfo.address = res.result.address_reference.landmark_l2.title
|
|
|
that.markers[0].label.content = res.result.address_reference.landmark_l2.title
|
|
|
})
|