onRefresh method

dynamic onRefresh()

!!禁止父类重写此方法!!

Implementation

onRefresh() {
  pageNo = Config.defPageNo;
  requestListData();
}