This commit is contained in:
曹辉 2023-05-23 10:23:47 +08:00
parent 99c9a628ed
commit 767f7bc140

View File

@ -516,6 +516,9 @@
onPageScroll(e) { onPageScroll(e) {
this.scrollTop = e.scrollTop; this.scrollTop = e.scrollTop;
}, },
onUnload() {
uni.removeStorageSync('scenenurseStationId');
},
} }
</script> </script>