This commit is contained in:
liujing
2020-08-24 11:31:00 +08:00
parent 92ec5a0bfc
commit b19d4e21e4

View File

@@ -205,7 +205,7 @@ public class V2XShareEventsFragment extends MvpFragment<V2XShareEventsFragment,
@Override
public void onFail(String msg) {
loadingView.stopWithError(msg, View.INVISIBLE);
loadingView.stopWithError("网络异常,点击刷新重试", View.INVISIBLE);
}
});
}