网站公告
//': yii.getCsrfToken(), // page: page, // c: '//' // }).done(function (res) { // if (res.status === 'success') {console.log(res); // if (res.content.list.length > 0) { // $(e).data('page', page + 1) // $('#list-container').append(loadList(res.content.list)); // } else { // $(e).html('没有更多内容了'); // $(e).attr('onclick', '').unbind('click'); // } // } else { // toastr.warning(res.errorMessage); // } // }); // } // function loadList(items) { // let html = ''; // let index = 0; // for (const item of items) { // html += _loadItem(item, index) // index += 1; // } // return html; // } // function _loadItem(item, index = 0) { // let re = ''; // let isHasImage = item.imageLink !== ''; // re += '
  • '; // re += '
    '; // if (isHasImage) { // re += ''+item.title+''; // } else { // re += ''; // } // re += '
    '+item.title+'
    '+item.datetime+'
    '; // re += '
    '; // // re += '
    '+item.content+'
    '; // // re += '
    '+item.datetime+'
    '; // re += '
  • '; // // //load ads // // if (index === 4) { // let num = Math.round(Math.random()); // if (num === 0) { // // re += ''; // } else { // // re += ''; // } // } // return re; // } // //