随着互联网时代的发展,web前端已经和后台数据挂钩,作为web前端仅仅不是只切图写写html,css 和简单js交互。
js code
' + t.title + '');
if (t.coupon_type == 1 ) {
arrText.push('
');
}
discount.html(arrText.join(''));
};
var ajax_getting = false;
$(window).scroll(function() {
clearTimeout(timer2);
timer2 = setTimeout(function() {
var scrollTop = $(document.body).scrollTop();
var scrollHeight = $('body').height();
var windowHeight = innerHeight;
var scrollWhole = Math.max(scrollHeight - scrollTop - windowHeight);
if (scrollWhole < 100) {
if (ajax_getting) {
return false;
} else {
ajax_getting = true;
}
discount.append('金额:¥' + t.amount + '
'); } else { arrText.push('优惠:' + t.amount + '
'); } arrText.push('用户:s账户飒飒是是是啊啊12' + t.user_name +'' + '核销时间:' + t.use_time + '
'); arrText.push('