提交 5890642c 编写于 作者: D DCloud_LXH

fix: movable-view 滑动同时会触发页面的刷新 question/137963

上级 6e82d141
......@@ -308,6 +308,7 @@ export default {
}
},
__handleTouchMove: function (event) {
event.stopPropagation()
var self = this
if (!this._isScaling && !this.disabled && this._isTouching) {
let x = this._translateX
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册