|
@@ -190,7 +190,9 @@ export default {
|
|
|
this.addrRequest.contact_shop = "";
|
|
|
this.addrRequest.contact_addr = "";
|
|
|
this.addrRequest.is_default = 0;
|
|
|
+ this.addrRequest.shop_type = 1;
|
|
|
} else {
|
|
|
+ if (!item.shop_type) item.shop_type = 1;
|
|
|
this.addrRequest = item;
|
|
|
}
|
|
|
// 显示下单弹出层
|