private void onLoad() {
   xList.stopRefresh();
   xList.stopLoadMore();
   SimpleDateFormat df = new SimpleDateFormat(Globals.DATE_FORMAT); // 设置日期格式
   xList.setRefreshTime(df.format(new Date()));
 }