| | |
| | | * 开始Loading |
| | | */ |
| | | protected void showLoading() { |
| | | getLoadingDialog().setText(""); |
| | | getLoadingDialog().start(); |
| | | } |
| | | |
| | |
| | | } |
| | | isHouseLoadingMore = true;//标记读取状态 |
| | | if (isRefreshing) { |
| | | showLoading(); |
| | | showLoading(getString(R.string.device_loading)); |
| | | } |
| | | |
| | | //获取住宅(电站)ID列表 |
| | |
| | | } |
| | | isDeviceLoadingMore = true;//标记读取状态 |
| | | if (isRefreshing) { |
| | | showLoading(); |
| | | showLoading(getString(R.string.device_loading)); |
| | | } |
| | | //获取住宅(电站)ID列表 |
| | | HdlDeviceLogic.getInstance().getPowerStationDeviceList("", pageNo, pageSize, new CloudCallBeak<PageNumberObject<CloudInverterDeviceBean>>() { |