|
|
@@ -538,8 +538,8 @@ export default {
|
|
|
|
|
|
this.addressOptions = newRegion;
|
|
|
|
|
|
- let shopProvince = res.shop.shopProvince || '';
|
|
|
- let shopCity = res.shop.shopCity || '';
|
|
|
+ let shopProvince = res.shop.province || '';
|
|
|
+ let shopCity = res.shop.city || '';
|
|
|
this.addressArr = [shopProvince, shopCity];
|
|
|
this.orderForm.receiveProvince = shopProvince;
|
|
|
this.orderForm.receiveCity = shopCity;
|
|
|
@@ -634,8 +634,6 @@ export default {
|
|
|
// 填单
|
|
|
fillFormFn() {
|
|
|
this.orderDialog = true;
|
|
|
- const { shopProvince, shopCity } = this.relateData.merchant;
|
|
|
- this.addressArr = [shopProvince, shopCity];
|
|
|
},
|
|
|
// 发货
|
|
|
sendShipFn() {
|