WIP Сделана анимация блока информации

This commit is contained in:
Daria Golova
2022-12-09 15:34:55 +03:00
parent 343ded6c07
commit 5923d8350f
8 changed files with 49 additions and 51 deletions

View File

@@ -256,7 +256,7 @@ export default {
}
if (this.section === "addresses") {
if (!this.addressId) {
if (this.sectionInfo.join_adress === "") this.isAddress = false;
if (this.sectionInfo.full_address === "") this.isAddress = false;
this.createAddress();
} else this.updateAddress();
}