iOS:DoricViewController add loadingView and errorView

This commit is contained in:
pengfei.zhou
2020-01-19 18:25:04 +08:00
committed by osborn
parent 7c83581c1e
commit 5a68f10cb5
4 changed files with 93 additions and 20 deletions

View File

@@ -157,7 +157,7 @@ public class DoricPanelFragment extends Fragment implements IDoricNavigator {
});
}
public void loadJSBundle() {
private void loadJSBundle() {
Bundle argument = getArguments();
if (argument == null) {
if (getActivity() != null && getActivity().getIntent() != null) {