bug
This commit is contained in:
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user