协议网址替换

This commit is contained in:
lijia 2024-06-21 10:38:03 +08:00
parent 491c9b8c84
commit 141c38182f
2 changed files with 3 additions and 3 deletions

View File

@ -139,7 +139,7 @@ public class WelcomeActivity extends BaseAppCompatActivity {
.dismissOnBackPressed(false) .dismissOnBackPressed(false)
.dismissOnTouchOutside(false) .dismissOnTouchOutside(false)
.asCustom(new AgreementAlert(con, "http://agreement.dahehuoyun.com/currency/#/", .asCustom(new AgreementAlert(con, "http://agreement.dahehuoyun.com/currency/#/",
"http://agreement.dahehuoyun.com/#/user", hd)) "http://agreement.dahehuoyun.com/rule/serviceAgreement/dist/index.html#/", hd))
.show(); .show();
} }
Glide.with(con) Glide.with(con)

View File

@ -73,7 +73,7 @@ public class SetupActivity extends BaseActivity {
ConfigBean cb= ConfigParts.getConfigParts(con); ConfigBean cb= ConfigParts.getConfigParts(con);
if(cb!=null){ if(cb!=null){
// url1=cb.getData().getUserUrl(); // url1=cb.getData().getUserUrl();
url1="http://agreement.dahehuoyun.com/#/user"; url1="http://agreement.dahehuoyun.com/rule/serviceAgreement/dist/index.html#/";
// url2=cb.getData().getPrivateUrl(); // url2=cb.getData().getPrivateUrl();
url2="http://agreement.dahehuoyun.com/currency/#/"; url2="http://agreement.dahehuoyun.com/currency/#/";
kefu=cb.getData().getServiceMobile(); kefu=cb.getData().getServiceMobile();
@ -123,7 +123,7 @@ public class SetupActivity extends BaseActivity {
r8.setOnClickListener(v12 -> { r8.setOnClickListener(v12 -> {
Intent in=new Intent(con,WebActivity.class); Intent in=new Intent(con,WebActivity.class);
in.putExtra("title","交易规则"); in.putExtra("title","交易规则");
in.putExtra("url","https://smlt.esign.cn/hmfbZoeeGQqv"); in.putExtra("url","http://agreement.dahehuoyun.com/rule/transactionRules/dist/index.html#/");
startActivity(in); startActivity(in);
}); });
r6.setOnClickListener(v12 -> { r6.setOnClickListener(v12 -> {