|
|
@@ -546,9 +546,10 @@ public class KFZSJs {
|
|
|
}
|
|
|
|
|
|
@JavascriptInterface
|
|
|
- public void goActPlayGameList(int type, String name) {
|
|
|
+ public void goActPlayGameList(int type, String name, boolean isGameGroupMore) {
|
|
|
GameListType gameListType = new GameListType();
|
|
|
gameListType.setPort_type(type);
|
|
|
+ gameListType.setGameGroup(isGameGroupMore);
|
|
|
gameListType.setTitle(name);
|
|
|
Jump2View.getInstance().goActPlayGameList(activity, gameListType);
|
|
|
}
|