提交 caeb0673 编写于 作者: fxy060608's avatar fxy060608

fix(h5): TouchEvent=>CustomEvent (https://ask.dcloud.net.cn/question/77564)

上级 c92e6a8e
......@@ -125,7 +125,7 @@ function touchstart (evt) {
startPageY = pageY
longPressTimer = setTimeout(function () {
evt.target.dispatchEvent(new TouchEvent('longpress', {
evt.target.dispatchEvent(new CustomEvent('longpress', {
bubbles: true,
cancelable: true,
target: evt.target,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册