聯(lián)系官方銷售客服
1835022288
028-61286886
瀑布流加載
不能控制數(shù)量,滾動上去和滾動下來都一直顯示,正在加載中,次數(shù)頻繁,只有20個內(nèi)容
<script type="text/javascript">
var obj = {
'shareTitle': '深咖系列_銘云陶瓷'
}
wx.miniProgram.postMessage({
data: obj
})
console.log(getUrlkey__(window.location.href))
</script></div>
<script>
var Mpage=1;
//滾動顯示更多
var scroll_get = true; //做個標(biāo)志,不要反反復(fù)復(fù)的加載
$(document).ready(function () {
$(window).scroll(function () {
if (scroll_get==true && (400 + $(window).scrollTop())>($(document).height() - $(window).height())) {
scroll_get = false;
layer.msg('內(nèi)容加載中,請稍候',{time:1000});
dr_ajax_load_more();
}
});
});
function dr_ajax_load_more(){
Mpage++;
$.get('/index.php?s=api&c=api&m=template&name=list_data.html&module=image&catid=31&format=json&page='+Mpage+'&'+Math.random(),function(res){
$('.footer-cont').hide();
if(res.code==1){
if(res.msg==''){
$('#is_ajax_btn').hide();
layer.msg("已經(jīng)顯示完了",{time:500});
}else{
$('#content_list').append(res.msg);
scroll_get = true;
}
}else{
layer.msg(res.msg,{time:2500});
}
}, 'json');
}
</script>
<script type="text/javascript">
var obj = {
'shareTitle': '深咖系列_銘云陶瓷'
}
wx.miniProgram.postMessage({
data: obj
})
console.log(getUrlkey__(window.location.href))
</script></div>
<script>
var Mpage=1;
//滾動顯示更多
var scroll_get = true; //做個標(biāo)志,不要反反復(fù)復(fù)的加載
$(document).ready(function () {
$(window).scroll(function () {
if (scroll_get==true && (400 + $(window).scrollTop())>($(document).height() - $(window).height())) {
scroll_get = false;
layer.msg('內(nèi)容加載中,請稍候',{time:1000});
dr_ajax_load_more();
}
});
});
function dr_ajax_load_more(){
Mpage++;
$.get('/index.php?s=api&c=api&m=template&name=list_data.html&module=image&catid=31&format=json&page='+Mpage+'&'+Math.random(),function(res){
$('.footer-cont').hide();
if(res.code==1){
if(res.msg==''){
$('#is_ajax_btn').hide();
layer.msg("已經(jīng)顯示完了",{time:500});
}else{
$('#content_list').append(res.msg);
scroll_get = true;
}
}else{
layer.msg(res.msg,{time:2500});
}
}, 'json');
}
</script>