onLoading method

dynamic onLoading()

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

Implementation

onLoading() {
  pageNo++;
  requestListData();
}