|
@@ -970,6 +970,7 @@ public class Jump2View {
|
|
|
Intent intent = new Intent(context, ActWebX5.class);
|
|
Intent intent = new Intent(context, ActWebX5.class);
|
|
|
intent.putExtra(IJumpWeb.KEY_URL, url);
|
|
intent.putExtra(IJumpWeb.KEY_URL, url);
|
|
|
intent.putExtra(IJumpWeb.KEY_TITLE, TextUtils.isEmpty(title) ? "加载中..." : title);
|
|
intent.putExtra(IJumpWeb.KEY_TITLE, TextUtils.isEmpty(title) ? "加载中..." : title);
|
|
|
|
|
+ intent.putExtra(IJumpWeb.KEY_NEEDJSINTERACT, true);
|
|
|
context.startActivity(intent);
|
|
context.startActivity(intent);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
@@ -1135,7 +1136,7 @@ public class Jump2View {
|
|
|
/**
|
|
/**
|
|
|
* 显示多张图片
|
|
* 显示多张图片
|
|
|
*
|
|
*
|
|
|
- * @param context
|
|
|
|
|
|
|
+ * @param activity
|
|
|
* @param position
|
|
* @param position
|
|
|
* @param imgList
|
|
* @param imgList
|
|
|
*/
|
|
*/
|