From 45480832726b04ad4873227a5c1872e888044b01 Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期二, 28 四月 2026 21:40:53 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/gtzxinglijicun

---
 small-program/components/auth-login/auth-login.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/small-program/components/auth-login/auth-login.vue b/small-program/components/auth-login/auth-login.vue
index f4e90d5..a2f107d 100644
--- a/small-program/components/auth-login/auth-login.vue
+++ b/small-program/components/auth-login/auth-login.vue
@@ -66,12 +66,12 @@
 			},
 			handleServiceclick() {
 				uni.navigateTo({
-					url: '/pages/rich-text/rich-text?type=userAgreement'
+					url: '/pages/rich-text/rich-text?type=0'
 				})
 			},
 			handlePrivacyclick() {
 				uni.navigateTo({
-					url: '/pages/rich-text/rich-text?type=privacyPolicy'
+					url: '/pages/rich-text/rich-text?type=1'
 				})
 			},
 			async handlePhoneLogin(event) {

--
Gitblit v1.9.3