引入fastclick.js 添加一段代码 window.addEventListener( "load", function() { FastClick.attach( document.body ); }, false );
引入fastclick.js
添加一段代码