0

我有以下错误

TypeError: 'undefined' is not an object (evalating 'ev.touches.length') 生成此错误的行是 jquery.hammer.js 文件中的 289:

// touch
else if(sourceEventType.match(/touch/)) {
     count_touches = ev.touches.length;
}

..

$('#detail').on('touchend', '.close', function (e) {
    $('.detail-overlay').trigger('touchend'); // Web inspector error starts here
});

如何解决这个问题?

4

0 回答 0