展示错误状态的UI
void showErrorState({String? errorTxt, String? retryTxt}) { stateController.refreshState(ViewState.error, hintTxt: errorTxt, retryTxt: retryTxt); }