fix:落地页清除localStorage
This commit is contained in:
parent
2200a87200
commit
147941d0c5
|
@ -20,6 +20,7 @@
|
||||||
input {
|
input {
|
||||||
color: var(--placeholderColor);
|
color: var(--placeholderColor);
|
||||||
}
|
}
|
||||||
|
|
||||||
input::placeholder {
|
input::placeholder {
|
||||||
color: var(--placeholderColor);
|
color: var(--placeholderColor);
|
||||||
}
|
}
|
||||||
|
@ -191,6 +192,7 @@
|
||||||
center.style.height = img.clientHeight + "px";
|
center.style.height = img.clientHeight + "px";
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
localStorage.clear()
|
||||||
},
|
},
|
||||||
computed: {
|
computed: {
|
||||||
bindInputStyle () {
|
bindInputStyle () {
|
||||||
|
|
Loading…
Reference in New Issue