...
|
...
|
@@ -114,9 +114,7 @@ function loadMore() { |
|
|
html = Mustache.render(tpl, {
|
|
|
msgs: msgs
|
|
|
});
|
|
|
setTimeout(function () {
|
|
|
$msgList.append(html);
|
|
|
},3000);
|
|
|
$msgList.append(html);
|
|
|
|
|
|
page++;
|
|
|
|
...
|
...
|
@@ -178,6 +176,12 @@ function bindPriseTap() { |
|
|
}
|
|
|
});
|
|
|
}
|
|
|
}).bind('click', function(e) {
|
|
|
if (isLogin === 'Y') {
|
|
|
|
|
|
//阻止链接跳转
|
|
|
e.preventDefault();
|
|
|
}
|
|
|
});
|
|
|
}
|
|
|
|
...
|
...
|
|