소스 검색

game group list more

hanjing 6 년 전
부모
커밋
ea56e2bbc6
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      app/src/main/java/com/sheep/gamegroup/util/js/KFZSJs.java

+ 2 - 1
app/src/main/java/com/sheep/gamegroup/util/js/KFZSJs.java

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