ソースを参照

game list with title

hanjing 6 年 前
コミット
8bfcc7a5af
共有1 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 2 2
      app/src/main/java/com/sheep/gamegroup/util/js/KFZSJs.java

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

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