|
@@ -385,8 +385,10 @@ export default {
|
|
|
this.orderInfo.street = name
|
|
|
// 赋值GPS详细地址
|
|
|
this.orderInfo.gpsAddress = data.name
|
|
|
- if (!this.orderInfo.address) {
|
|
|
- this.orderInfo.address = data.name
|
|
|
+ // if (!this.orderInfo.address) {
|
|
|
+ // this.orderInfo.address = data.name
|
|
|
+ // }
|
|
|
+ if (this.orderInfo.id) {
|
|
|
}
|
|
|
})
|
|
|
})
|