diff --git a/app/src/main/java/com/arpa/hndahesudintocctmsdriver/H5Activity.java b/app/src/main/java/com/arpa/hndahesudintocctmsdriver/H5Activity.java index 9ab650c..44bd645 100644 --- a/app/src/main/java/com/arpa/hndahesudintocctmsdriver/H5Activity.java +++ b/app/src/main/java/com/arpa/hndahesudintocctmsdriver/H5Activity.java @@ -242,7 +242,7 @@ public class H5Activity extends AppCompatActivity { } catch (Exception e) { } // }else if (url.startsWith("https://agreement.dahehuoyun.com/#/1ba5c216/912f4c9587/5eb5184653/6ef9")) { - } else if (url.startsWith("https://agreement.dahehuoyun.com/goApp")) { + } else if (url.startsWith("https://agreement.dahehuoyun.com")) { Intent in = new Intent(ctx, FaceSuccActivity.class); startActivity(in); if (isGoCar) { @@ -271,7 +271,7 @@ public class H5Activity extends AppCompatActivity { Log.e("test", "要加载的地址:" + uri.getScheme() + " " + url + " "); if (uri.getScheme().equals("http") || uri.getScheme().equals("https")) { // if (url.startsWith("https://agreement.dahehuoyun.com/#/1ba5c216/912f4c9587/5eb5184653/6ef9")) { - if (url.startsWith("https://agreement.dahehuoyun.com/goApp")) { + if (url.startsWith("https://agreement.dahehuoyun.com")) { Intent in = new Intent(ctx, FaceSuccActivity.class); in.putExtra("isGoCar", isGoCar); startActivity(in);