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 -> {