From f87bc45d4e7d5a367d9e1ecd35cbbdd032db2166 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Thu, 16 Jun 2022 14:53:03 +0800 Subject: [PATCH] bug --- src/saas/AppCountryAlbum/Watermark.vue | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/saas/AppCountryAlbum/Watermark.vue b/src/saas/AppCountryAlbum/Watermark.vue index 6593a198..4d2b5314 100644 --- a/src/saas/AppCountryAlbum/Watermark.vue +++ b/src/saas/AppCountryAlbum/Watermark.vue @@ -198,14 +198,13 @@ }, mounted () { - this.$nextTick(() => { - document.body.addEventListener('touchmove', this.bindEvent, { passive: false }) - }) + // this.$nextTick(() => { + // document.body.addEventListener('touchmove', this.bindEvent, { passive: false }) + // }) }, onUnload () { uni.$off('cropper') - document.body.removeEventListener('touchmove', this.bindEvent) }, methods: {