소스 검색

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