From 777bcb6c5660c0ed14d85207377b62b779d81dde Mon Sep 17 00:00:00 2001
From: MrShi <1878285526@qq.com>
Date: 星期三, 20 五月 2026 23:08:55 +0800
Subject: [PATCH] Merge branch 'master' of http://139.186.142.91:10010/r/productDev/gtzxinglijicun

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

diff --git a/small-program/components/auth-login/auth-login.vue b/small-program/components/auth-login/auth-login.vue
index f4e90d5..de06d3c 100644
--- a/small-program/components/auth-login/auth-login.vue
+++ b/small-program/components/auth-login/auth-login.vue
@@ -38,7 +38,7 @@
 			},
 			checked: {
 				type: Boolean,
-				default: true
+				default: false
 			},
 				closeOnMask: {
 				type: Boolean,
@@ -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) {
@@ -90,6 +90,7 @@
 										this.$store.commit('setUserInfo', res.data.member)
 										this.$store.commit('setToken', res.data.token)
 										this.$emit('close')
+										this.$emit('success')
 									}
 								})
 							}

--
Gitblit v1.9.3