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

m

parent a1b30489
...@@ -133,7 +133,7 @@ public class JDHelper { ...@@ -133,7 +133,7 @@ public class JDHelper {
* @param call * @param call
* @param result * @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"); String url = call.argument("url");
if (TextUtils.isEmpty(url)) { if (TextUtils.isEmpty(url)) {
return; return;
...@@ -142,8 +142,7 @@ public class JDHelper { ...@@ -142,8 +142,7 @@ public class JDHelper {
// url, // url,
// mKeplerAttachParameter, // mKeplerAttachParameter,
// mOpenAppAction); // mOpenAppAction);
KeplerApiManager.getWebViewService().openJDUrlWebViewPage( url, KeplerApiManager.getWebViewService().openJDUrlPage(url, mKeplerAttachParameter, getActivity(), mOpenAppAction, 0);
mKeplerAttachParameter);
} }
} }
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