fix:落地页清除localStorage
This commit is contained in:
parent
2200a87200
commit
147941d0c5
|
@ -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 () {
|
||||
|
|
Loading…
Reference in New Issue