|
|
@@ -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)) {
|