|
|
@@ -653,8 +653,8 @@ public class KFZSJs {
|
|
|
}
|
|
|
|
|
|
@JavascriptInterface
|
|
|
- public void gotoFind4Game(int type, int subType) {
|
|
|
- Jump2View.getInstance().goActFind4Game(activity, type, subType);
|
|
|
+ public void gotoFind4Game(int type, int subType, String title) {
|
|
|
+ Jump2View.getInstance().goActFind4Game(activity, type, subType, title);
|
|
|
}
|
|
|
|
|
|
@JavascriptInterface
|