Commit cd97cae7 authored by 李增强's avatar 李增强

m

parent a1b30489
......@@ -133,7 +133,7 @@ public class JDHelper {
* @param call
* @param result
*/
public void openUrl(MethodCall call, MethodChannel.Result result) {
public void openUrl(MethodCall call, MethodChannel.Result result) throws JSONException {
String url = call.argument("url");
if (TextUtils.isEmpty(url)) {
return;
......@@ -142,8 +142,7 @@ public class JDHelper {
// url,
// mKeplerAttachParameter,
// mOpenAppAction);
KeplerApiManager.getWebViewService().openJDUrlWebViewPage( url,
mKeplerAttachParameter);
KeplerApiManager.getWebViewService().openJDUrlPage(url, mKeplerAttachParameter, getActivity(), mOpenAppAction, 0);
}
}
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment