mpvue 事件處理器(長按,雙擊等)

mpvue事件處理對應表javascript // 事件映射表,左側爲 WEB 事件,右側爲 小程序 對應事件 { click: ‘tap’, touchstart: ‘touchstart’, touchmove: ‘touchmove’, touchcancel: ‘touchcancel’, touchend: ‘touchend’, tap: ‘tap’, longtap: ‘longta
相關文章
相關標籤/搜索