'
}else{
buyhtml+=''+orderList[i].orderStatusName+'
'
}
buyhtml+=' 服务记录:'+orderList[i].payMemberBuyGoodsInfo.goodsName+'
支付时间:'+payTime+'
支付金额:¥'+orderList[i].actualAmt+'
支付方式:'+orderList[i].payType+'
有效时限:'+newTime+'
'
}
}
if(curPage==1){
addPullLoaderEvent();
}
if(buyhtml==""){
if(count<=10){
$(".point.nr").show()
$(".more").hide()
}else{
curPage = curPage + 1;
if (curPage <= Math.ceil(count / pageSize)) {
setTimeout(function () {
showLi(boxobj, pageSize);
jiazaizhong = true;
}, 200)
jiazaizhong = false;
}else{
$(".more p").html("已无更多内容");
$('.more i').css('display', 'none')
}
}
}else{
if(count -1 && ua.indexOf('android') > -1) || (navigator.userAgent.indexOf('UCBrowser') > -1 && ua.indexOf('android') > -1)) {
cHeight = cHeight + 40; //上面菜单高度
}
var liLen = count;
var bottomHeight = $(".bom_logo").height() + $(".more").height();//底通+搜索框+加载更多的高度
if (sTop > shangpanyi + modelHeight - cHeight - bottomHeight) {
if (jiazaizhong) {
curPage = curPage + 1;
if (curPage <= Math.ceil(liLen / pageSize)) {
setTimeout(function () {
showLi( boxobj, pageSize);
jiazaizhong = true;
}, 800)
jiazaizhong = false;
} else {
if (first1) {
// $(boxobj).find($('.more')).addClass("nomore");
if (window.innerWidth <= 1024) {
$(".more p").html("已无更多内容");
$('.more i').css('display', 'none')
} else {
$(".more p").html("已无更多内容");
$('.more i').css('display', 'none')
}
first1 = false;
}
}
}
}
}
}
$(".point .point_text i").click(function(){
location.href = "//m.cctv.com/mobile/kjdl/index.shtml?service=" + encodeURIComponent(window.location.href);
})