From a20d49ecdf7f27b5f55c20ac9f9ff253c24a9dc2 Mon Sep 17 00:00:00 2001 From: lijia Date: Mon, 5 Aug 2024 15:00:02 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8D=8F=E8=AE=AEhttps=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E6=89=93=E5=BC=80=EF=BC=8C=E4=B8=B4=E6=97=B6=E5=88=87=E5=9B=9E?= =?UTF-8?q?http?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../hndahesudintocctmsdriver/ui/login/WelcomeActivity.java | 4 ++-- .../arpa/hndahesudintocctmsdriver/ui/my/SetupActivity.java | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/src/main/java/com/arpa/hndahesudintocctmsdriver/ui/login/WelcomeActivity.java b/app/src/main/java/com/arpa/hndahesudintocctmsdriver/ui/login/WelcomeActivity.java index ec6c132..9298bad 100644 --- a/app/src/main/java/com/arpa/hndahesudintocctmsdriver/ui/login/WelcomeActivity.java +++ b/app/src/main/java/com/arpa/hndahesudintocctmsdriver/ui/login/WelcomeActivity.java @@ -140,8 +140,8 @@ public class WelcomeActivity extends BaseAppCompatActivity { new XPopup.Builder(con) .dismissOnBackPressed(false) .dismissOnTouchOutside(false) - .asCustom(new AgreementAlert(con, "https://agreement.dahehuoyun.com/currency/#/", - "https://agreement.dahehuoyun.com/rule/serviceAgreement/dist/index.html#/", hd)) + .asCustom(new AgreementAlert(con, "http://agreement.dahehuoyun.com/currency/#/", + "http://agreement.dahehuoyun.com/rule/serviceAgreement/dist/index.html#/", hd)) .show(); } Glide.with(con) diff --git a/app/src/main/java/com/arpa/hndahesudintocctmsdriver/ui/my/SetupActivity.java b/app/src/main/java/com/arpa/hndahesudintocctmsdriver/ui/my/SetupActivity.java index 7522624..041408d 100644 --- a/app/src/main/java/com/arpa/hndahesudintocctmsdriver/ui/my/SetupActivity.java +++ b/app/src/main/java/com/arpa/hndahesudintocctmsdriver/ui/my/SetupActivity.java @@ -73,9 +73,9 @@ public class SetupActivity extends BaseActivity { ConfigBean cb= ConfigParts.getConfigParts(con); if(cb!=null){ // url1=cb.getData().getUserUrl(); - url1="https://agreement.dahehuoyun.com/rule/serviceAgreement/dist/index.html#/"; + url1="http://agreement.dahehuoyun.com/rule/serviceAgreement/dist/index.html#/"; // url2=cb.getData().getPrivateUrl(); - url2="https://agreement.dahehuoyun.com/currency/#/"; + url2="http://agreement.dahehuoyun.com/currency/#/"; kefu=cb.getData().getServiceMobile(); url3=cb.getData().getSecurityUrl(); } @@ -123,7 +123,7 @@ public class SetupActivity extends BaseActivity { r8.setOnClickListener(v12 -> { Intent in=new Intent(con,WebActivity.class); in.putExtra("title","交易规则"); - in.putExtra("url","https://agreement.dahehuoyun.com/rule/transactionRules/dist/index.html#/"); + in.putExtra("url","http://agreement.dahehuoyun.com/rule/transactionRules/dist/index.html#/"); startActivity(in); }); r6.setOnClickListener(v12 -> {