This commit is contained in:
oc 2018-11-01 21:19:43 +08:00
parent d21f0fd5f3
commit b4b2cbf761

View File

@ -381,8 +381,9 @@ main.dom.data.ontouchmove = function (e) {
} }
////// 手指离开触摸屏时 ////// ////// 手指离开触摸屏时 //////
main.dom.data.ontouchend = function () { main.dom.data.ontouchend = function (e) {
try { try {
e.preventDefault();
main.core.onup(); main.core.onup();
} catch (e) { } catch (e) {
} }