订单列表发送

This commit is contained in:
2022-12-29 18:20:06 +08:00
parent 1135c1fbc3
commit 0dc3124bba
11 changed files with 299 additions and 153 deletions

View File

@@ -27,9 +27,9 @@ export default {
unloadHandler (e) {
this.Handler = new Date().getTime() - this.beforeUnload;
if (this.Handler <= 5) {
localStorage.setItem('btnHide', 1)
var storage = window.localStorage;
storage.clear()
localStorage.setItem('btnHide', 1)
}
},
},