/**
  * 更新列表状态
  *
  * @param count
  */
 private void onCommentLoad(long count) {
   noteCommentListView.setCount("" + count);
   noteCommentListView.stopRefresh();
   noteCommentListView.stopLoadMore(pageNo > totalPage);
   noteCommentListView.setRefreshTime(StringUtils.dateToString(new Date()));
 }