let dragBox = uni.createSelectorQuery().select('.dragBox')
dragBox.boundingClientRect(function(pos) {
}).exec()
各位大佬 这个在app端会报错 是版本问题吗?在安卓机会报错,苹果机ok
报错信息是:
ReferenceError: getApp is not defined at view.umd.min.js:6
TypeError: Object [object HTMLElement] has no method 'matches' at view.umd.min.js:6
加了in(this)或者添加定时器也不行
嗨哆嚒
最新版本,小米6X
2020-09-11 11:41