保誠-保戶業務員媒合平台
wayne
2021-11-12 505f666d3ecf3688778c079a8bbfb366d695cf22
PAMapp/components/Ui/UiGoToTop.vue
@@ -18,7 +18,7 @@
    created() {
        if (process.browser) {
            window.onscroll = () => { this.scrollFunction() };
            document.body.addEventListener('scroll', this.scrollFunction);
        }
    }
@@ -34,6 +34,10 @@
        document.body.scrollTop = 0;
        document.documentElement.scrollTop = 0;
    }
    destroyed() {
        document.body.removeEventListener('scroll', this.scrollFunction);
    }
}
</script>