@@ -187,6 +187,7 @@ onMounted(() => {
})
onUnmounted(() => {
window.removeEventListener('scroll', handlePageScroll)
+ wx.miniProgram.navigateBack({})
</script>
@@ -108,6 +108,7 @@ onMounted(() => {