Explorar o código

game group list more

hanjing %!s(int64=6) %!d(string=hai) anos
pai
achega
ea56e2bbc6
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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);
     }