Authored by 郭成尧

touchend-toclick

... ... @@ -19,7 +19,7 @@ function setCallback(t, p) {
* 跳转还是消失控制
*/
(function() {
$tip.on('touchend', function(event) {
$tip.on('click', function(event) {
if (event.target.tagName === 'SPAN') {
if (touchCallback) {
touchCallback(params);
... ...