Forráskód Böngészése

game group list more

hanjing 6 éve
szülő
commit
ea56e2bbc6

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