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