Authored by ccbikai

loading 有哈

... ... @@ -29,6 +29,10 @@ function init($container) {
$container.append(html);
$loading = $container.children('.loading-mask');
$('body').on('touchstart touchmove touchend', '.loading-mask', function() {
return false;
});
}
// 显示loading
... ...