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: {