|
|
@@ -442,6 +442,9 @@ export default {
|
|
|
locationCity: '',
|
|
|
locationRemark: addresses.recommend,
|
|
|
locationAccuracy: that.urlParameter.PointSum,
|
|
|
+ province: address_component.province,
|
|
|
+ city: address_component.city,
|
|
|
+ district: address_component.district,
|
|
|
};
|
|
|
that.locationAccuracy = that.urlParameter.PointSum;
|
|
|
that.city = '';
|