产品中心
";
//
}
}
$('#ulnum').append(result);
$('.plank').find('.list').find('li').find('.a1').each(function (i) {
$(this).click(function () {
prompt_fun('.bigPicLayer1');
})
})
$('.color').find('.list').find('li').find('.a1').each(function (i) {
$(this).click(function () {
prompt_fun('.bigPicLayer2');
})
})
$('.space').find('.list').find('li').find('.a1').each(function (i) {
$(this).click(function () {
prompt_fun('.bigPicLayer3');
})
})
}
else {
$(".pageMore").hide();
}
/*******************************************/
/*隐藏more按钮*/
if ((offset + size) >= sum) {
$(".pageMore").hide();
} else {
$(".pageMore").show();
}
},
error: function (xhr, type) {
alert('Ajax error!');
}
});
}