Authored by 梁志锋

gulp ge文件提交

... ... @@ -8623,6 +8623,13 @@ $page.on('touchstart', '.del-icon', function() {
});
});
});
$('.deps').on('touchstart', 'span', function() {
$(this).css('background', '#eee');
}).on('touchend touchcancel', 'span', function() {
$(this).css('background', 'transparent');
});
});
define("js/me/address-act", ["jquery","hammer"], function(require, exports, module){
/**
... ...
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.