// callback:长按回调
// longTime:长按时间
function LongTouch(dom, callback, longTime) {
var that = this;
that.dom = dom;
that.fn = function() {
var startTime = new Date().getTime();
&
// callback:长按回调
// longTime:长按时间
function LongTouch(dom, callback, longTime) {
var that = this;
that.dom = dom;
that.fn = function() {
var startTime = new Date().getTime();
&