小程序事件流
2020-02-22 本文已影响0人
日落_3d9f



Target表示触发事件的当前组件,CurrentTarget表示触发事件的根源组件。
可捕获事件:
touchstart、tap、touchmove、longpress、touchcancel、longtap、touched
可冒泡事件:
touchstart、touchmove、touchcancel、touchend、tap、longpress、longtap、transitioned、animationstart、animationiteration、animationend、touchforcechange

事件调用处理过程:

