...
|
...
|
@@ -102,10 +102,14 @@ export default { |
|
|
}
|
|
|
}
|
|
|
|
|
|
//编辑地址时保存item
|
|
|
if (!isAdd) {
|
|
|
let addressInfo = JSON.parse(item || "{}");
|
|
|
Object.assign(addressInfo, { isUpdate: !isAdd, orderCode: "" });
|
|
|
|
|
|
this.STORE_UPDATE_ADDRESS_INFO(addressInfo);
|
|
|
}
|
|
|
|
|
|
this.$router.push({
|
|
|
name: "addressEdit"
|
|
|
});
|
...
|
...
|
|