toucher
toucher copied to clipboard
有报错呢
x1 = e.touches[0].pageX;
Uncaught TypeError: Cannot read property '0' of undefined at HTMLDivElement.touchStart (toucher_2cb1d8f.js:174)
这是因为在 PC 端的浏览器测试才会这样。在手机端的浏览器测试就没有这个问题了。