fix:落地页清除localStorage

This commit is contained in:
wangsongsole 2022-10-25 17:51:29 +08:00
parent 2200a87200
commit 147941d0c5
1 changed files with 23 additions and 21 deletions

View File

@ -20,6 +20,7 @@
input {
color: var(--placeholderColor);
}
input::placeholder {
color: var(--placeholderColor);
}
@ -191,6 +192,7 @@
center.style.height = img.clientHeight + "px";
}
})
localStorage.clear()
},
computed: {
bindInputStyle () {