Merge branch 'ui' into qa_1.1.2

This commit is contained in:
liujing
2020-08-24 11:31:17 +08:00

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);
}
});
}