From 02498f7744e6fdc413e518f96b25f3635540dc6b Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期二, 15 十一月 2022 11:27:38 +0800
Subject: [PATCH] 金茂科技系统更新

---
 HDL-ON_Android/AgreementActivity.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/HDL-ON_Android/AgreementActivity.cs b/HDL-ON_Android/AgreementActivity.cs
index c861be1..eb2059d 100644
--- a/HDL-ON_Android/AgreementActivity.cs
+++ b/HDL-ON_Android/AgreementActivity.cs
@@ -37,7 +37,7 @@
             {
                 Intent i = new Intent(this, typeof(WebviewActivity));
 
-                i.PutExtra("url", "https://developer.hdlcontrol.com/HDLOnPlusPrivacyPolicy.html");
+                i.PutExtra("url", HDL_ON.Constant.URL_PRIVACYPOLICY);
                 StartActivity(i);
                 Intent data = new Intent();
                 data.PutExtra("data", "disagree");
@@ -47,7 +47,7 @@
             {
                 Intent i = new Intent(this, typeof(WebviewActivity));
 
-                i.PutExtra("url", "https://developer.hdlcontrol.com/HDLOnPlusUserAgreement.html");
+                i.PutExtra("url",HDL_ON.Constant.URL_USERAGREEMENT);
 
                 StartActivity(i);
                 Intent data = new Intent();

--
Gitblit v1.8.0