1.可以在hover的DOM上添加 onClick=“”
<div onClick=""></div>
2.js模拟实现
$('.hoverEle').on("click touchend",function(e){ e.preventDefault() })