zengjiebin лет назад: 7
Родитель
Сommit
f1739d30ba

+ 5 - 0
app/src/main/java/com/sheep/gamegroup/module/webview/fragment/FgtWebX5.java

@@ -94,6 +94,11 @@ public class FgtWebX5 extends BaseFgtWeb {
     public void initView() {
         ViewUtil.setImage(act_web_loading_iv, R.drawable.gif_sheep_loading);
 
+        if(webParams == null){
+            LogUtil.println("程序出错了 没有初始化webParams");
+            //程序出错了
+            return;
+        }
         String url = webParams.getUrl();
         String jsUrl = webParams.getJsUrl();
         if (!TextUtils.isEmpty(url)) {