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