|
|
@@ -163,6 +163,11 @@ public class KFZSJs {
|
|
|
}
|
|
|
|
|
|
@JavascriptInterface
|
|
|
+ public void playVideo(String url, String title){
|
|
|
+ Jump2View.getInstance().goActPlayVideo(url, title);
|
|
|
+ }
|
|
|
+
|
|
|
+ @JavascriptInterface
|
|
|
public void gotoWeb(String url, String title) {
|
|
|
if (!TextUtils.isEmpty(url)) {
|
|
|
if (TextUtils.isEmpty(title)) {
|