Bläddra i källkod

修改隐私政策、用户协议地址

于秀娟 1 år sedan
förälder
incheckning
38c3db5a3e

+ 2 - 2
app/build.gradle

@@ -13,8 +13,8 @@ android {
         applicationId "com.rdiot.yx485"
         minSdk 23
         targetSdk 32
-        versionCode 3
-        versionName "1.0.3"
+        versionCode 4
+        versionName "1.0.4"
 
         testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
     }

+ 2 - 2
app/src/main/java/com/rdiot/yx485/ui/login/LoginActivity.kt

@@ -147,7 +147,7 @@ class LoginActivity : BaseActivity<ActLoginBinding>() {
                     clearGoTo(
                         WebActivity.getNewWebIntent(
                             this,
-                            "https://app.yongxulvjian.com/ServiceAgreement",
+                            "https://app.yongxulvjian.com/#/ServiceAgreement",
                             "用户协议"
                         )
                     )
@@ -158,7 +158,7 @@ class LoginActivity : BaseActivity<ActLoginBinding>() {
                     clearGoTo(
                         WebActivity.getNewWebIntent(
                             this,
-                            "https://app.yongxulvjian.com/PrivacyPolicy",
+                            "https://app.yongxulvjian.com/#/PrivacyPolicy",
                             "隐私政策"
                         )
                     )

+ 2 - 2
app/src/main/java/com/rdiot/yx485/ui/login/LoginPwdFragment.kt

@@ -102,7 +102,7 @@ class LoginPwdFragment : BaseFragment<FraLoginPwdBinding>(), ClickLimitListener
                 act.clearGoTo(
                     WebActivity.getNewWebIntent(
                         act,
-                        "https://app.yongxulvjian.com/ServiceAgreement",
+                        "https://app.yongxulvjian.com/#/ServiceAgreement",
                         "用户协议"
                     )
                 )
@@ -112,7 +112,7 @@ class LoginPwdFragment : BaseFragment<FraLoginPwdBinding>(), ClickLimitListener
                 act.clearGoTo(
                     WebActivity.getNewWebIntent(
                         act,
-                        "https://app.yongxulvjian.com/PrivacyPolicy",
+                        "https://app.yongxulvjian.com/#/PrivacyPolicy",
                         "隐私政策"
                     )
                 )

+ 2 - 2
app/src/main/java/com/rdiot/yx485/ui/login/LoginSmsFragment.kt

@@ -122,7 +122,7 @@ class LoginSmsFragment : BaseFragment<FraLoginSmsBinding>(), ClickLimitListener
                 act.clearGoTo(
                     WebActivity.getNewWebIntent(
                         act,
-                        "https://app.yongxulvjian.com/ServiceAgreement",
+                        "https://app.yongxulvjian.com/#/ServiceAgreement",
                         "用户协议"
                     )
                 )
@@ -132,7 +132,7 @@ class LoginSmsFragment : BaseFragment<FraLoginSmsBinding>(), ClickLimitListener
                 act.clearGoTo(
                     WebActivity.getNewWebIntent(
                         act,
-                        "https://app.yongxulvjian.com/PrivacyPolicy",
+                        "https://app.yongxulvjian.com/#/PrivacyPolicy",
                         "隐私政策"
                     )
                 )

+ 2 - 2
app/src/main/java/com/rdiot/yx485/ui/mine/MineFragment.kt

@@ -106,7 +106,7 @@ class MineFragment : BaseFragment<FraMineBinding>() {
                     act.clearGoTo(
                         WebActivity.getNewWebIntent(
                             act,
-                            "https://app.yongxulvjian.com/ServiceAgreement",
+                            "https://app.yongxulvjian.com/#/ServiceAgreement",
                             "用户协议"
                         )
                     )
@@ -116,7 +116,7 @@ class MineFragment : BaseFragment<FraMineBinding>() {
                     act.clearGoTo(
                         WebActivity.getNewWebIntent(
                             act,
-                            "https://app.yongxulvjian.com/PrivacyPolicy",
+                            "https://app.yongxulvjian.com/#/PrivacyPolicy",
                             "隐私政策"
                         )
                     )