From d181d819b0b4a8c1a6c21e769749ea5a9c81d0aa Mon Sep 17 00:00:00 2001 From: lijia Date: Mon, 9 Dec 2024 15:57:37 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9F=9F=E5=90=8D=E6=8B=A6=E6=88=AA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/arpa/hndahesudintocctmsdriver/H5Activity.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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);