|
@@ -277,7 +277,7 @@ export default {
|
|
|
this.shop.name = this.Settedlist.shopName
|
|
this.shop.name = this.Settedlist.shopName
|
|
|
this.shop.typeid = this.Settedlist.shopTypeId
|
|
this.shop.typeid = this.Settedlist.shopTypeId
|
|
|
this.shop.shopTypeName = this.Settedlist.shopTypeName
|
|
this.shop.shopTypeName = this.Settedlist.shopTypeName
|
|
|
- this.shop.address = this.Settedlist.province + this.Settedlist.city + this.Settedlist.district
|
|
|
|
|
|
|
+ this.shop.address = this.Settedlist.detailedAddress//this.Settedlist.province + this.Settedlist.city + this.Settedlist.district
|
|
|
this.shop.detailedAddress = this.Settedlist.detailedAddress
|
|
this.shop.detailedAddress = this.Settedlist.detailedAddress
|
|
|
this.shop.latitude = this.Settedlist.shopLat
|
|
this.shop.latitude = this.Settedlist.shopLat
|
|
|
this.shop.longitude = this.Settedlist.shopLng
|
|
this.shop.longitude = this.Settedlist.shopLng
|
|
@@ -311,7 +311,7 @@ export default {
|
|
|
|
|
|
|
|
this.shop.shopTypeName = res.data.shopTypeName
|
|
this.shop.shopTypeName = res.data.shopTypeName
|
|
|
this.shop.name = res.data.shopName
|
|
this.shop.name = res.data.shopName
|
|
|
- this.shop.address = res.data.province + res.data.city + res.data.district
|
|
|
|
|
|
|
+ this.shop.address = this.Settedlist.detailedAddress//res.data.province + res.data.city + res.data.district
|
|
|
this.shop.detailedAddress = res.data.detailedAddress
|
|
this.shop.detailedAddress = res.data.detailedAddress
|
|
|
this.shop.userName = res.data.realName
|
|
this.shop.userName = res.data.realName
|
|
|
this.shop.isNumber = res.data.identitycardNumber
|
|
this.shop.isNumber = res.data.identitycardNumber
|
|
@@ -406,6 +406,7 @@ export default {
|
|
|
console.log('纬度:' + res.latitude)
|
|
console.log('纬度:' + res.latitude)
|
|
|
console.log('经度:' + res.longitude)
|
|
console.log('经度:' + res.longitude)
|
|
|
that.shop.detailedAddress = res.address
|
|
that.shop.detailedAddress = res.address
|
|
|
|
|
+ that.shop.address = res.address//
|
|
|
that.shop.latitude = res.latitude
|
|
that.shop.latitude = res.latitude
|
|
|
that.shop.longitude = res.longitude
|
|
that.shop.longitude = res.longitude
|
|
|
that.getcity(res.latitude, res.longitude)
|
|
that.getcity(res.latitude, res.longitude)
|
|
@@ -418,7 +419,9 @@ export default {
|
|
|
lng: longitude
|
|
lng: longitude
|
|
|
}
|
|
}
|
|
|
this.$Request.get('/app/address/selectCity', data).then((res) => {
|
|
this.$Request.get('/app/address/selectCity', data).then((res) => {
|
|
|
|
|
+ console.log(res,'lkjj')
|
|
|
if (res.code == 0) {
|
|
if (res.code == 0) {
|
|
|
|
|
+ console.log(res,res.data.city,'lkjj')
|
|
|
this.city = res.data.city
|
|
this.city = res.data.city
|
|
|
this.province = res.data.province
|
|
this.province = res.data.province
|
|
|
this.district = res.data.district
|
|
this.district = res.data.district
|