'+item['name']+''+item['time']+'
'+item['content']+'
';
if(item['isreply'] == 1){
html += '
'+item['reply_name']+':'+item['reply_content']+''+item['reply_time']+'
';
}
html += '
';
}
if(type == 'refresh'){
commentBox.innerHTML = html;
}else if(type == 'append'){
commentBox.innerHTML = commentBox.innerHTML + html;
}else if(type == 'prepend'){
commentBox.innerHTML = html + commentBox.innerHTML;
}
}
//显示统计信息
function showResult(da){
elem.getElementsByClassName('wayii-info-comment')[0].innerHTML = da.comment;
elem.getElementsByClassName('wayii-info-person')[0].innerHTML = da.person;
}
//默认加载评论
getCommentList('refresh');
elem.setAttribute('data-init', '1');
}
//切换标签
object.initTag = function(clickDomId, showDomId, params){
var params = params || {};
var tpl = params.tpl || '