码迷,mamicode.com
首页 > 微信 > 详细

微信小程序

时间:2018-03-12 14:13:47      阅读:250      评论:0      收藏:0      [点我收藏+]

标签:body   end   type   mit   点击事件   class   组件   blog   cat   

微信小程序的事件

  一种用户行为

  一种通讯方式

事件的类别

  点击事件: tap

  长按事件: longtap

  触摸事件:touchstart(开始)   touchend(结束)  touchmove(移动)  touchcancel(取消)

  其他:submit   input.....

事件的冒泡

  冒泡事件

  非冒泡事件

事件的绑定

  bind 绑定   (点击会触发冒泡事件)

  catch 绑定   (点击不会触发冒泡事件)

事件的对象

  类型 type

  事件戳 timeStamp

  事件源组件 target

  当前组件 currentTarget

  触摸点数 touches

  

微信小程序

标签:body   end   type   mit   点击事件   class   组件   blog   cat   

原文地址:https://www.cnblogs.com/sklhtml/p/8548891.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!